Struct sounding_bufkit::BufkitFileError[][src]

pub struct BufkitFileError { /* fields omitted */ }

Basic error originating in this crate with a backtrace.

Methods

impl BufkitFileError
[src]

Createa new BufkitFileError.

Trait Implementations

impl Debug for BufkitFileError
[src]

Formats the value using the given formatter. Read more

impl Display for BufkitFileError
[src]

Formats the value using the given formatter. Read more

impl Fail for BufkitFileError
[src]

Returns a reference to the Backtrace carried by this failure, if it carries one. Read more

Returns a reference to the underlying cause of this failure, if it is an error that wraps other errors. Read more

Provides context for this failure. Read more

Wraps this failure in a compatibility wrapper that implements std::error::Error. Read more

impl Default for BufkitFileError
[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations