Skip to content

Instantly share code, notes, and snippets.

@shakyShane
Created September 24, 2018 20:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shakyShane/76b827c7a7149dfce41f3b9e7164e32f to your computer and use it in GitHub Desktop.
Save shakyShane/76b827c7a7149dfce41f3b9e7164e32f to your computer and use it in GitHub Desktop.
impl M2PresetOptions {
pub fn get_opts(prog_config: ProgramConfig) -> Option<M2PresetOptions> {
serde_yaml::from_value(prog_config.get_opts("m2")?).ok()?
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment