MCPcopy Create free account
hub / github.com/csskit/csskit / Dimension

Class Dimension

crates/css_parse/src/token_macros.rs:487–487  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

485#[derive(Debug, Copy, Clone, PartialEq, Eq, PartialOrd, Ord, Hash)]
486#[cfg_attr(feature = "serde", derive(serde::Serialize), serde())]
487pub struct Dimension(Cursor);
488cursor_wrapped!(Dimension);
489
490impl PartialEq<f32> for Dimension {

Callers 2

convert_tokenFunction · 0.85
parseMethod · 0.85

Calls

no outgoing calls

Tested by 1

convert_tokenFunction · 0.68