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

Class Exact

crates/css_ast/src/constraints.rs:193–193  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

191#[cfg_attr(feature = "visitable", derive(Visitable), visit(children))]
192#[derive(NodeWithMetadata)]
193pub struct Exact<T, const VALUE: i32>(pub T);
194
195impl<'a, T: Peek<'a>, const VALUE: i32> Peek<'a> for Exact<T, VALUE> {
196 const PEEK_KINDSET: KindSet = T::PEEK_KINDSET;

Callers 1

parseMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected