Struct hls_m3u8::Error[][src]

pub struct Error(_);

This crate specific Error type.

Trait Implementations

impl Debug for Error
[src]

Formats the value using the given formatter. Read more

impl Clone for Error
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Deref for Error
[src]

The resulting type after dereferencing.

Dereferences the value.

impl Display for Error
[src]

Formats the value using the given formatter. Read more

impl Error for Error
[src]

This method is soft-deprecated. Read more

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

impl Trackable for Error
[src]

Event type which a history of an instance of this type can have.

Returns the reference of the tracking history of this instance. Read more

Returns the mutable reference of the tracking history of this instance. Read more

Add an event into the tail of the history of this instance. Read more

Returns true if it is being tracked, otherwise false.

impl From<TrackableError<ErrorKind>> for Error
[src]

Performs the conversion.

impl From<Error> for TrackableError<ErrorKind>
[src]

Performs the conversion.

impl From<ErrorKind> for Error
[src]

Performs the conversion.

Auto Trait Implementations

impl Send for Error

impl Sync for Error