pub fn is_break<'a, R: Read<'a>>(
    reader: &mut R
) -> Result<bool, Error<R::Error>>