pub type ParserInput<'a> = ComponentParserInput<'a>;Aliased Type§
pub struct ParserInput<'a> {
pub text: &'a str,
pub config: ParserConfig,
}Fields§
§text: &'a str§config: ParserConfigpub type ParserInput<'a> = ComponentParserInput<'a>;pub struct ParserInput<'a> {
pub text: &'a str,
pub config: ParserConfig,
}text: &'a str§config: ParserConfig