pub fn get() -> &'static OptsExpand 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.