pub type WebAdapterResult<T> = Result<T, WebAdapterError>;Expand description
Result type for web adapter operations.
Aliased Type§
pub enum WebAdapterResult<T> {
Ok(T),
Err(WebAdapterError),
}pub type WebAdapterResult<T> = Result<T, WebAdapterError>;Result type for web adapter operations.
pub enum WebAdapterResult<T> {
Ok(T),
Err(WebAdapterError),
}