pub type Result<T> = Result<T, AssetError>;Expand description
Result type for asset operations.
Aliased Type§
pub enum Result<T> {
Ok(T),
Err(AssetError),
}pub type Result<T> = Result<T, AssetError>;Result type for asset operations.
pub enum Result<T> {
Ok(T),
Err(AssetError),
}