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