MCPcopy Create free account
hub / github.com/csskit/csskit / node_metadata.rs

File node_metadata.rs

crates/css_parse/src/traits/node_metadata.rs:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1/// Aggregated metadata for nodes, that can propagate up a node tree.
2pub trait NodeMetadata: Sized + Copy + Default {
3 /// Merges another NodeMetadata into this one, returning the result.
4 fn merge(self, other: Self) -> Self;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected