Type Definition hrpc::server::error::ServerResult[][src]

pub type ServerResult<T> = Result<T, HrpcError>;
Expand description

Shorthand type for `Result<T, HrpcError>.