Skip to main content

ServerOption

Type Alias ServerOption 

Source
pub type ServerOption = Box<dyn FnOnce(&mut ServerOptions) -> Result<()> + Send>;
Expand description

Option function type for configuring the server.

Aliased Typeยง

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