pub trait NotU8 { }Available on crate feature
postgres-array only.Dyn Compatibilityยง
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".
Implementations on Foreign Typesยง
impl NotU8 for bool
impl NotU8 for char
impl NotU8 for f32
impl NotU8 for f64
impl NotU8 for i8
impl NotU8 for i16
impl NotU8 for i32
impl NotU8 for i64
impl NotU8 for u16
impl NotU8 for u32
impl NotU8 for u64
impl NotU8 for String
impl NotU8 for Vec<u8>
impl NotU8 for Date
impl NotU8 for DateTime
impl NotU8 for Time
impl NotU8 for Date
impl NotU8 for Time
impl NotU8 for Braced
impl NotU8 for Hyphenated
impl NotU8 for Simple
impl NotU8 for Urn
impl<T> NotU8 for &Twhere
T: NotU8,
If this blanket impl is causing trouble, please open an issue