Trait aoc_parse::functions::ParserFunction
source · pub trait ParserFunction<Args> {
type Output;
fn call_parser_function(&self, args: Args) -> Self::Output;
}pub trait ParserFunction<Args> {
type Output;
fn call_parser_function(&self, args: Args) -> Self::Output;
}