MCPcopy Index your code
hub / github.com/LibertyOS-Development/kernel / Parse

Interface Parse

src/data/parse/json.rs:69–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67
68
69pub trait Parse<I: Input>
70{
71 type Output;
72
73 fn parse(input: &I, current: I::Pos, context: &ParseContext) -> ResultOf<I, Self::Output>;
74}
75
76
77pub trait Predicate<T>

Callers

nothing calls this directly

Implementers 1

json.rssrc/data/parse/json.rs

Calls

no outgoing calls

Tested by

no test coverage detected