pub type Result<T> = Result<T, PolyfillError>;Expand description
Result type used throughout the client
Aliased Type§
pub enum Result<T> {
Ok(T),
Err(PolyfillError),
}pub type Result<T> = Result<T, PolyfillError>;Result type used throughout the client
pub enum Result<T> {
Ok(T),
Err(PolyfillError),
}