Struct rl_sys::ReadlineError [] [src]

pub struct ReadlineError { /* fields omitted */ }

Represents an error that has occurred within the Readline API.

Methods

impl ReadlineError
[src]

Create a ReadlineError struct from the given description and detail.

Trait Implementations

impl Debug for ReadlineError
[src]

Formats the value using the given formatter.

impl Display for ReadlineError
[src]

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

Formats the value using the given formatter. Read more

impl From<NulError> for ReadlineError
[src]

Performs the conversion.

impl From<Utf8Error> for ReadlineError
[src]

Performs the conversion.

impl From<Error> for ReadlineError
[src]

Performs the conversion.