pub type LdapMessageSender = Sender<LdapMessage>;
pub struct LdapMessageSender(/* private fields */);