[][src]Trait thrussh::Named

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

Named algorithms.

Required methods

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

The name of this algorithm.

Loading content...

Implementations on Foreign Types

impl Named for ()[src]

impl Named for PublicKey[src]

impl Named for KeyPair[src]

Loading content...

Implementors

Loading content...