Struct thrussh::encoding::Position [] [src]

pub struct Position<'a> { /* fields omitted */ }

A cursor-like type to read SSH-encoded values.

Methods

impl<'a> Position<'a>
[src]

[src]

Read one string from this reader.

[src]

Read a u32 from this reader.

[src]

Read one byte from this reader.

[src]

Read one byte from this reader.

Trait Implementations

impl<'a> Debug for Position<'a>
[src]

[src]

Formats the value using the given formatter.