[][src]Trait ssh_agent::proto::key_type::KeyTypeEnum

pub trait KeyTypeEnum {
    fn key_type(&self) -> String;
}

Required methods

fn key_type(&self) -> String

Loading content...

Implementors

impl KeyTypeEnum for PrivateKey[src]

impl KeyTypeEnum for PublicKey[src]

Loading content...