Trait thrussh::Named[][src]

pub trait Named {
    fn name(&self) -> &'static str;
}
Expand description

Named algorithms.

Required methods

fn name(&self) -> &'static str[src]

The name of this algorithm.

Implementations on Foreign Types

impl Named for ()[src]

fn name(&self) -> &'static str[src]

impl Named for PublicKey[src]

fn name(&self) -> &'static str[src]

impl Named for KeyPair[src]

fn name(&self) -> &'static str[src]

Implementors