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