[][src]Trait thrussh_keys::agent::server::Agent

pub trait Agent: Clone + Send + 'static {
    fn confirm(
        self,
        _pk: Arc<KeyPair>
    ) -> Box<dyn Future<Output = (Self, bool)> + Unpin + Send> { ... } }

Provided methods

fn confirm(
    self,
    _pk: Arc<KeyPair>
) -> Box<dyn Future<Output = (Self, bool)> + Unpin + Send>

Loading content...

Implementations on Foreign Types

impl Agent for ()[src]

Loading content...

Implementors

Loading content...