Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/csskit/csskit
/ metadata
Method
metadata
crates/css_ast/src/rules/page.rs:131–133 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
129
130
impl<
'a> NodeWithMetadata<CssMetadata> for MarginRule<'
a> {
131
fn metadata(&self) -> CssMetadata {
132
self.block().0.metadata()
133
}
134
}
135
136
impl<
'a> MarginRule<'
a> {
Callers
2
visit_node
Method · 0.45
visit_node
Method · 0.45
Calls
1
block
Method · 0.80
Tested by
no test coverage detected