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

Method generics

crates/csskit_source_finder/src/lib.rs:45–47  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

43 }
44
45 pub fn generics(&self) -> &syn::Generics {
46 &self.input.generics
47 }
48}
49
50pub struct NodeMatcher<'a> {

Callers 1

mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected