Trait cosmic_universe::parse::SubstParser
source · [−]pub trait SubstParser<T: Sized> {
fn parse_span<I: Span>(&self, input: I) -> Res<I, T>;
fn parse_string(&self, string: String) -> Result<T, UniErr> { ... }
}Required Methods
source
fn parse_span<I: Span>(&self, input: I) -> Res<I, T>
Provided Methods
source