Trait gchemol_parser::partition::ReadPart
source · pub trait ReadPart {
fn read_next<'a>(&self, context: ReadContext<'a>) -> ReadAction { ... }
fn n_stride(&self) -> usize { ... }
}Expand description
Instruct the reader how to read a part of text by inspecting ReadContext
Provided Methods§
sourcefn read_next<'a>(&self, context: ReadContext<'a>) -> ReadAction
fn read_next<'a>(&self, context: ReadContext<'a>) -> ReadAction
How to read next lines?