Trait onepassword_cli::SecondCmdExt[][src]

pub trait SecondCmdExt: SecondCmd {
    fn add_flag(&mut self, flags: &[&str]) -> &Self { ... }
#[must_use] fn run<'life0, 'async_trait>(
        &'life0 self
    ) -> Pin<Box<dyn Future<Output = Result<Self::Output>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: Sync + 'async_trait
, { ... } }

Provided methods

fn add_flag(&mut self, flags: &[&str]) -> &Self[src]

#[must_use]fn run<'life0, 'async_trait>(
    &'life0 self
) -> Pin<Box<dyn Future<Output = Result<Self::Output>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: Sync + 'async_trait, 
[src]

Loading content...

Implementors

impl<T: SecondCmd> SecondCmdExt for T[src]

Loading content...