Struct domain::bits::charstr::PushError [] [src]

pub struct PushError;

An error happened while adding data to a CharStrBuf.

The only error possible is that the resulting character string would have exceeded the length limit of 255 octets.

Trait Implementations

impl Clone for PushError
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for PushError
[src]

impl Error for PushError
[src]

A short description of the error. Read more

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

impl Debug for PushError
[src]

Formats the value using the given formatter.

impl Display for PushError
[src]

Formats the value using the given formatter. Read more