Type Alias ServerError

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

Aliased Typeยง

pub struct ServerError(/* private fields */);