[][src]Function uclicious_libucl_sys::ucl_parser_get_object

pub unsafe extern "C" fn ucl_parser_get_object(
    parser: *mut ucl_parser
) -> *mut ucl_object_t

Get a top object for a parser (refcount is increased) @param parser parser structure @param err if *err is NULL it is set to parser error @return top parser object or NULL