Home
last modified time | relevance | path

Searched refs:try_from_derive_input (Results 1 – 2 of 2) sorted by relevance

/linux/rust/zerocopy-derive/
H A Dlib.rs86 let ctx = match Ctx::try_from_derive_input(ast) {
136 let ctx = match Ctx::try_from_derive_input(ast) { in most_traits()
H A Dutil.rs38 pub(crate) fn try_from_derive_input(ast: DeriveInput) -> Result<Self, Error> { in try_from_derive_input() method