Struct tinf::CapError [] [src]

pub struct CapError { /* fields omitted */ }

An error that occurred while preparing or printing a string capability.

Trait Implementations

impl Debug for CapError
[src]

Formats the value using the given formatter.

impl Display for CapError
[src]

Formats the value using the given formatter. Read more

impl Error for CapError
[src]

A short description of the error. Read more

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

impl From<Error> for CapError
[src]

Performs the conversion.