pub type TwirpResult<T> = ServerResult<T>;Expand description
Deprecated alias for ServerResult, kept for backwards compatibility.
Aliased Type§
pub enum TwirpResult<T> {
Ok(T),
Err(ServerError),
}pub type TwirpResult<T> = ServerResult<T>;Deprecated alias for ServerResult, kept for backwards compatibility.
pub enum TwirpResult<T> {
Ok(T),
Err(ServerError),
}