MCPcopy Create free account
hub / github.com/csskit/csskit / either.rs

File either.rs

crates/css_parse/src/syntax/either.rs:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1use crate::{NodeMetadata, NodeWithMetadata, Parse, Peek, SemanticEq, ToCursors, ToNumberValue};
2use css_lexer::{Cursor, KindSet, ToSpan};
3
4#[derive(Debug, Clone, PartialEq, Eq, PartialOrd, Ord, Hash)]

Callers

nothing calls this directly

Calls 1

combineMethod · 0.80

Tested by

no test coverage detected