[][src]Function lavish::facts::read_simple

pub fn read_simple<T, R>(rd: &mut Reader<R>) -> Result<T, Error> where
    T: Factual<()>,
    R: Read