Trait lsio::config::ParseInto [] [src]

pub trait ParseInto<T> {
    fn parse_into(&self, field: &'static str, out: &mut T) -> Result<bool>;
}

ParseInto allows for many different types to be converted for toml::Value types.

Required Methods

Implementors