Trait thrussh::Named

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

Named algorithms.

Required Methods

The name of this algorithm.

Implementations on Foreign Types

Implementors