Trait udt::UdtOption [] [src]

pub trait UdtOption<T> {
    fn get_type(&self) -> UDTOpt;
}

Required Methods

Implementors