Home
last modified time | relevance | path

Searched defs:FromTypeParam (Results 1 – 1 of 1) sorted by relevance

/external/rust/crates/darling_core/src/
Dfrom_type_param.rs6 pub trait FromTypeParam: Sized { interface
10 impl FromTypeParam for () { implementation