bitwarden_send

Trait SendClientExt

Source
pub trait SendClientExt<'a> {
    // Required method
    fn sends(&'a self) -> SendClient<'a>;
}

Required Methods§

Source

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

Implementations on Foreign Types§

Source§

impl<'a> SendClientExt<'a> for Client

Source§

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

Implementors§