Trait parser_c::support::ReadS
[−]
[src]
pub trait ReadS<A> {
fn read_s(&self) -> Vec<(A, String)>;
fn map<F: Fn((isize, String)) -> (isize, String)>(self, f: F) -> Self
where
Self: Sized,
{ ... }
}