pub trait Convert<T>: Sized {
    fn convert(self) -> T;
}

Required Methods

Implementations on Foreign Types

Implementors

referring to link:<https://docs.rs/postgres-protocol/0.6.4/postgres_protocol/types/index.html#functions>