Skip to main content

file_error

Function file_error 

Source
pub fn file_error<E>(what: &'static str, filename: String, source: E) -> Error
where E: 'static + Error + Sync + Send,