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