Searched refs:CannotDeriveBothFromPrimitiveAndTryFromPrimitive (Results 1 – 3 of 3) sorted by relevance
161 impl ::#krate::CannotDeriveBothFromPrimitiveAndTryFromPrimitive for #name {} in derive_from_primitive()259 impl ::#krate::CannotDeriveBothFromPrimitiveAndTryFromPrimitive for #name {} in derive_try_from_primitive()
1 error[E0119]: conflicting implementations of trait `CannotDeriveBothFromPrimitiveAndTryFromPrimitiv…
95 pub trait CannotDeriveBothFromPrimitiveAndTryFromPrimitive {} interface