Struct rl_sys::HistoryError [] [src]

pub struct HistoryError { /* fields omitted */ }

Represents an error that has occurred within the History API.

Methods

impl HistoryError
[src]

Create a HistoryError struct from the given description and detail.

Trait Implementations

impl Debug for HistoryError
[src]

Formats the value using the given formatter.

impl Display for HistoryError
[src]

Implemented as 'self.desc: self.detail'.

Formats the value using the given formatter. Read more

impl From<NulError> for HistoryError
[src]

Performs the conversion.

impl From<Utf8Error> for HistoryError
[src]

Performs the conversion.

impl From<ParseIntError> for HistoryError
[src]

Performs the conversion.