Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/csskit/csskit
/ Number
Class
Number
crates/css_parse/src/token_macros.rs:532–532 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
530
#[derive(Debug, Copy, Clone, PartialEq, Eq, PartialOrd, Ord, Hash)]
531
#[cfg_attr(feature =
"serde"
, derive(serde::Serialize), serde())]
532
pub struct Number(Cursor);
533
cursor_wrapped!(Number);
534
535
impl Number {
Callers
8
opacity_value.rs
File · 0.85
convert_token
Function · 0.85
default
Method · 0.85
from
Method · 0.85
token_macros.rs
File · 0.85
parse
Method · 0.85
formatOptions
Method · 0.85
handleEvent
Method · 0.85
Calls
no outgoing calls
Tested by
1
convert_token
Function · 0.68