1pub type ServerManagerError = Box<dyn std::error::Error>; 2pub type ServerManagerResult = Result<(), ServerManagerError>;