Skip to main content

SqlInfoName

Trait SqlInfoName 

Source
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§

Source

fn as_u32(&self) -> u32

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementations on Foreign Types§

Source§

impl SqlInfoName for u32

Source§

fn as_u32(&self) -> u32

Implementors§