pub type Result<T> = Result<T, DirEntryError>;Expand description
Generic result type for directory entry operations
Aliased Type§
pub enum Result<T> {
Ok(T),
Err(DirEntryError),
}pub type Result<T> = Result<T, DirEntryError>;Generic result type for directory entry operations
pub enum Result<T> {
Ok(T),
Err(DirEntryError),
}