Function ilc::parse [] [src]

pub fn parse(
    ctx: &Context,
    input: &mut BufRead,
    decoder: &mut Decode
) -> Result<(), Error>

Simply parse the input, without further validation or conversion. No information is stored. This will return Err if the decoder yields Err.