pub type DiagServerResult<T> = Result<T, DiagError>;
Expand description

Diagnostic server result