MCPcopy Create free account
hub / github.com/d0iasm/saba / CssParser

Class CssParser

core/src/renderer/css/cssom.rs:180–183  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

178
179#[derive(Debug, Clone)]
180pub struct CssParser {
181 browser: Weak<RefCell<Browser>>,
182 t: Peekable<CssTokenizer>,
183}
184
185impl CssParser {
186 pub fn new(browser: Weak<RefCell<Browser>>, t: CssTokenizer) -> Self {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected