Lines Matching defs:DeriveInput
19 input: &'a DeriveInput, in get_fields()
37 fn get_unnamed_field<'a>(input: &'a DeriveInput, msg: &str) -> Result<&'a Field, MacroError> { in get_unnamed_field()
59 fn is_c_repr(input: &DeriveInput, msg: &str) -> Result<(), MacroError> { in is_c_repr()
72 fn is_transparent_repr(input: &DeriveInput, msg: &str) -> Result<(), MacroError> { in is_transparent_repr()
158 fn get_repr_uN(input: &DeriveInput, msg: &str) -> Result<Path, MacroError> { in get_repr_uN()