Function get

Source
pub fn get() -> &'static Opts
Expand description

Get the servo options

If the servo options have not been initialized by calling initialize_options, then the options will be initialized to default values. Outside of tests the options should be explicitly initialized.