Trait thrussh::encoding::Reader [] [src]

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

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

Required Methods

Create an SSH reader for self.

Implementations on Foreign Types

impl Reader for [u8]
[src]

[src]

Implementors