Trait thrussh::Named [] [src]

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

Named algorithms.

Required Methods

The name of this algorithm.

Implementors