pub type ServerOption = Box<dyn FnOnce(&mut ServerOptions) -> Result<()> + Send>;
Option function type for configuring the server.
pub struct ServerOption(/* private fields */);