Type Definition ul_sys::ULFileSystemGetFileMimeTypeCallback[][src]

pub type ULFileSystemGetFileMimeTypeCallback = Option<unsafe extern "C" fn(path: ULString, result: ULString) -> bool>;
Expand description

The callback invoked when the FileSystem wants to get the mime type of a file (eg “text/html”), store result in ‘result’. Return true on success.