Created
September 24, 2018 20:23
-
-
Save shakyShane/76b827c7a7149dfce41f3b9e7164e32f to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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