Trait thrussh::Named [] [src]

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

Named algorithms.

Required Methods

The name of this algorithm.

Implementations on Foreign Types

impl Named for ()
[src]

[src]

Implementors