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