Trait thrussh::Named[][src]

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

Named algorithms.

Required methods

The name of this algorithm.

Implementations on Foreign Types

Implementors