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