[][src]Trait sticker_utils::TomlRead

pub trait TomlRead {
    fn from_toml_read<R>(read: R) -> Result<Config, Error>
    where
        R: Read
; }

Required methods

fn from_toml_read<R>(read: R) -> Result<Config, Error> where
    R: Read

Loading content...

Implementors

impl TomlRead for Config[src]

Loading content...