[][src]Function ni::decoder::decode::decode

pub fn decode<T, R>(bytes: &mut R) -> Result<T, T::Err> where
    R: Read,
    T: Decode<()>,