Skip to main content

get_field_toml

Function get_field_toml 

Source
fn get_field_toml<T: DeserializeOwned>(
    toml: &Table,
    error_sink: &mut Vec<(String, Error)>,
    field: &'static str,
    alias: Option<&'static str>,
) -> Option<T>