Searched refs:try_from_derive_input (Results 1 – 2 of 2) sorted by relevance
86 let ctx = match Ctx::try_from_derive_input(ast) {136 let ctx = match Ctx::try_from_derive_input(ast) { in most_traits()
38 pub(crate) fn try_from_derive_input(ast: DeriveInput) -> Result<Self, Error> { in try_from_derive_input() method