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

pub struct LoadCancelled {
    pub request_id: i32,
}

Describes the load cancelled error.

Fields

Unique id of the request that caused this error.

Trait Implementations

impl Debug for LoadCancelled
[src]

[src]

Formats the value using the given formatter.