Searched defs:DeriveInput (Results 1 – 1 of 1) sorted by relevance
18 input: &'a DeriveInput, in get_fields()36 fn get_unnamed_field<'a>(input: &'a DeriveInput, msg: &str) -> Result<&'a Field, Error> { in get_unnamed_field()58 fn is_c_repr(input: &DeriveInput, msg: &str) -> Result<(), Error> { in is_c_repr()71 fn is_transparent_repr(input: &DeriveInput, msg: &str) -> Result<(), Error> { in is_transparent_repr()159 fn get_repr_uN(input: &DeriveInput, msg: &str) -> Result<Path, Error> { in get_repr_uN()