Type Alias ServerManagerError

Source
pub type ServerManagerError = Box<dyn Error>;
Expand description

Error type for server management operations.

Aliased Typeยง

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