Function get_options

Source
pub fn get_options<'a, T>(usage: &str) -> Result<T>
where T: Deserialize<'a> + Options,