Skip to main content

read_into_forest

Function read_into_forest 

Source
pub fn read_into_forest<R: Read>(
    forest: &mut Forest,
    reader: &mut R,
) -> Result<(), ReadError>