IntoConnection

Trait IntoConnection 

Source
pub trait IntoConnection {
    type Connection: ConnectionExt;

    // Required method
    fn into_connection(self) -> Self::Connection;
}

Required Associated Types§

Required Methods§

Implementors§