MCPcopy Create free account
hub / github.com/csskit/csskit / parse

Method parse

crates/css_ast/src/lib.rs:62–67  ·  view source on GitHub ↗
(p: &mut Parser<'a, I>)

Source from the content-addressed store, hash-verified

60
61impl<'a> Parse<'a> for Todo {
62 fn parse<I>(p: &mut Parser<'a, I>) -> ParserResult<Self>
63 where
64 I: Iterator<Item = Cursor> + Clone,
65 {
66 Err(Diagnostic::new(p.next(), Diagnostic::unimplemented))?
67 }
68}
69
70impl ToCursors for Todo {

Callers

nothing calls this directly

Calls 2

ErrClass · 0.85
nextMethod · 0.45

Tested by

no test coverage detected