Searched defs:DeriveInput (Results 1 – 1 of 1) sorted by relevance
16 input: &'a DeriveInput, in get_fields()36 fn get_unnamed_field<'a>(input: &'a DeriveInput, msg: &str) -> Result<&'a Field, MacroError> { in get_unnamed_field()65 fn is_c_repr(input: &DeriveInput, msg: &str) -> Result<(), MacroError> { in is_c_repr()78 fn is_transparent_repr(input: &DeriveInput, msg: &str) -> Result<(), MacroError> { in is_transparent_repr()191 fn get_repr_uN(input: &DeriveInput, msg: &str) -> Result<Path, MacroError> { in get_repr_uN()