[][src]Trait thrussh_keys::encoding::Reader

pub trait Reader {
    pub fn reader<'a>(&'a self, starting_at: usize) -> Position<'a>;
}

A cursor-like trait to read SSH-encoded things.

Required methods

pub fn reader<'a>(&'a self, starting_at: usize) -> Position<'a>[src]

Create an SSH reader for self.

Loading content...

Implementations on Foreign Types

impl Reader for CryptoVec[src]

impl Reader for [u8][src]

Loading content...

Implementors

Loading content...