pub trait ParseResultwhere
    Self: Sized,
{ fn read_token(tok: &mut TokIter<'_>) -> Option<Self>; fn read_line(line: Cow<'_, str>, trim: &[char], indices: &[usize]) -> Self { ... } }

Required Methods§

Provided Methods§

Implementations on Foreign Types§

Implementors§