Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/csskit/csskit
/ eq
Method
eq
crates/css_lexer/src/token.rs:1245–1247 ·
view source on GitHub ↗
(&self, other: &Kind)
Source
from the content-addressed store, hash-verified
1243
1244
impl PartialEq<Kind> for Token {
1245
fn eq(&self, other: &Kind) -> bool {
1246
self.kind() == *other
1247
}
1248
}
1249
1250
impl From<Token> for KindSet {
Callers
nothing calls this directly
Calls
8
quote_style
Method · 0.80
whitespace_style
Method · 0.80
associated_whitespace
Method · 0.80
comment_style
Method · 0.80
to_pairwise
Method · 0.80
char
Method · 0.80
kind
Method · 0.45
contains
Method · 0.45
Tested by
no test coverage detected