Function flydra2::file_error

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