pub trait SqlInfoName { // Required method fn as_u32(&self) -> u32; }
Something that can be converted into u32 (the represenation of a SqlInfo name)
SqlInfo