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

Alias for Result<T, ServerError>.