Trait thrussh::Named

source ·
pub trait Named {
    // Required method
    fn name(&self) -> &'static str;
}
Expand description

Named algorithms.

Required Methods§

source

fn name(&self) -> &'static str

The name of this algorithm.

Implementations on Foreign Types§

source§

impl Named for KeyPair

source§

fn name(&self) -> &'static str

source§

impl Named for PublicKey

source§

fn name(&self) -> &'static str

source§

impl Named for ()

source§

fn name(&self) -> &'static str

Implementors§