Trait thrussh::Named[][src]

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

Named algorithms.

Required Methods

The name of this algorithm.

Implementations on Foreign Types

impl Named for ()
[src]

impl Named for PublicKey
[src]

impl Named for KeyPair
[src]

Implementors