pub type LoaderResult<T> = Result<T, LoaderError>;Expand description
Result type for loader operations
Aliased Type§
pub enum LoaderResult<T> {
Ok(T),
Err(LoaderError),
}pub type LoaderResult<T> = Result<T, LoaderError>;Result type for loader operations
pub enum LoaderResult<T> {
Ok(T),
Err(LoaderError),
}