pub trait SqlInfoName {
// Required method
fn as_u32(&self) -> u32;
}Expand description
Something that can be converted into u32 (the represenation of a SqlInfo name)
Required Methods§
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".