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