Type Alias containerd_shim::TtrpcResult
pub type TtrpcResult<T> = Result<T, Error>;
Expand description
A specialized Result type for ttrpc.
Aliased Type§
enum TtrpcResult<T> {
Ok(T),
Err(Error),
}
pub type TtrpcResult<T> = Result<T, Error>;
A specialized Result type for ttrpc.
enum TtrpcResult<T> {
Ok(T),
Err(Error),
}