Struct epitaph::StringErr [] [src]

pub struct StringErr(_);

Methods

impl StringErr
[src]

Trait Implementations

impl Clone for StringErr
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Error for StringErr
[src]

A short description of the error. Read more

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

impl From<String> for StringErr
[src]

Performs the conversion.

impl<'a> From<&'a str> for StringErr
[src]

Performs the conversion.

impl Debug for StringErr
[src]

Formats the value using the given formatter.

impl Display for StringErr
[src]

Formats the value using the given formatter. Read more