[][src]Macro ldap3::drive

macro_rules! drive {
    ($conn:expr) => { ... };
}

Drive the connection until its completion.

See the introduction of LdapConnAsync for the exact code produced by the macro.