load_raw

Function load_raw 

Source
fn load_raw<RawChunk: Any + Into<Chunk> + DeserializeOwned, R: Read + Clone>(
    reader: R,
) -> Result<Chunk, (&'static str, Box<DecodeError>)>