Function simple_config::from_bytes[][src]

pub fn from_bytes<'d, T: Deserialize<'d>, B: AsRef<[u8]>>(
    b: B
) -> Result<T, DeserializeError>