Struct zbuf::FromUtf8Error [] [src]

pub struct FromUtf8Error { /* fields omitted */ }

The error type for StrBuf::from_utf8.

Methods

impl FromUtf8Error
[src]

Trait Implementations

impl Debug for FromUtf8Error
[src]

Formats the value using the given formatter.

impl Display for FromUtf8Error
[src]

Formats the value using the given formatter. Read more

impl Error for FromUtf8Error
[src]

A short description of the error. Read more

The lower-level cause of this error, if any. Read more