Struct tinf::DescError [] [src]

pub struct DescError { /* fields omitted */ }

An error that occurred while finding or parsing a terminal description.

Trait Implementations

impl Debug for DescError
[src]

Formats the value using the given formatter.

impl Display for DescError
[src]

Formats the value using the given formatter. Read more

impl Error for DescError
[src]

A short description of the error. Read more

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

impl From<Error> for DescError
[src]

Performs the conversion.

impl From<Utf8Error> for DescError
[src]

Performs the conversion.