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