pub type Result<T> = Result<T, PolyfillError>;Expand description
Result type alias for convenience
Aliased Type§
pub enum Result<T> {
Ok(T),
Err(PolyfillError),
}pub type Result<T> = Result<T, PolyfillError>;Result type alias for convenience
pub enum Result<T> {
Ok(T),
Err(PolyfillError),
}