Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/csskit/csskit
/ parse
Method
parse
crates/css_parse/src/parser.rs:171–173 ·
view source on GitHub ↗
(&mut self)
Source
from the content-addressed store, hash-verified
169
}
170
171
pub fn parse<T: Parse<'a>>(&mut self) -> Result<T> {
172
T::parse(self)
173
}
174
175
pub fn peek<T: Peek<'a>>(&self) -> bool {
176
T::peek(self, self.peek_n(1))
Callers
5
fetchLatestRelease
Function · 0.45
from_string
Method · 0.45
equals_atom
Method · 0.45
to_atom
Method · 0.45
handleEvent
Method · 0.45
Calls
1
parse
Function · 0.50
Tested by
no test coverage detected