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