Struct gopher_core::str::GopherStr [] [src]

pub struct GopherStr { /* fields omitted */ }

A string of bytes as sent over the wire.

The contents are assumed to be encoded in ISO-8859-1 (Latin-1).

Methods

impl GopherStr
[src]

Create a GopherStr from an EasyBuf.

Unwrap the inner EasyBuf.

Trait Implementations

impl Display for GopherStr
[src]

Decode from Latin-1 without allocating.