[][src]Function uclicious_libucl_sys::ucl_parser_add_fd

pub unsafe extern "C" fn ucl_parser_add_fd(
    parser: *mut ucl_parser,
    fd: c_int
) -> bool

Load and add data from a file descriptor @param parser parser structure @param filename the name of file @param err if *err is NULL it is set to parser error @return true if chunk has been added and false in case of error