Type Alias ServerError

Source
pub type ServerError = Box<dyn Error + Send + Sync>;

Aliased Typeยง

struct ServerError(/* private fields */);