Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1
use crate::{NodeMetadata, NodeWithMetadata, Parse, Peek, SemanticEq, ToCursors, ToNumberValue};
2
use css_lexer::{Cursor, KindSet, ToSpan};
3
4
#[derive(Debug, Clone, PartialEq, Eq, PartialOrd, Ord, Hash)]
Callers
nothing calls this directly
Calls
1
combine
Method · 0.80
Tested by
no test coverage detected