pub trait IntoDsn {
    fn into_dsn(self) -> Result<Dsn, DsnError>;
}

Required Methods

Implementations on Foreign Types

Implementors