Struct rust_cast::channels::media::LoadFailed [] [src]

pub struct LoadFailed {
    pub request_id: i32,
}

Describes the load failed error.

Fields

Unique id of the request that caused this error.

Trait Implementations

impl Debug for LoadFailed
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for LoadFailed

impl Sync for LoadFailed