bitwarden_send

Trait ClientSendsExt

source
pub trait ClientSendsExt<'a> {
    // Required method
    fn sends(&'a self) -> ClientSends<'a>;
}

Required Methods§

source

fn sends(&'a self) -> ClientSends<'a>

Implementations on Foreign Types§

source§

impl<'a> ClientSendsExt<'a> for Client

source§

fn sends(&'a self) -> ClientSends<'a>

Implementors§