[][src]Trait ellidri::auth::Plain

pub trait Plain {
    fn plain(&self, user: &str, pass: &str) -> Result<(), Error>;
}

Required methods

fn plain(&self, user: &str, pass: &str) -> Result<(), Error>

Loading content...

Implementations on Foreign Types

impl Plain for Pool<SqliteConnectionManager>[src]

impl<T> Plain for Pool<PostgresConnectionManager<T>> where
    T: MakeTlsConnect<Socket> + Clone + Sync + Send + 'static,
    T::TlsConnect: Send,
    T::Stream: Send,
    <T::TlsConnect as TlsConnect<Socket>>::Future: Send
[src]

Loading content...

Implementors

Loading content...