pub type Result<T> = Result<T, SurfaceError>;Expand description
Result with this crate’s error.
Aliased Type§
pub enum Result<T> {
Ok(T),
Err(SurfaceError),
}pub type Result<T> = Result<T, SurfaceError>;Result with this crate’s error.
pub enum Result<T> {
Ok(T),
Err(SurfaceError),
}