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

pub struct InvalidPlayerState {
    pub request_id: i32,
}

Describes the invalid player state error.

Fields

Unique id of the request that caused this error.

Trait Implementations

impl Debug for InvalidPlayerState
[src]

[src]

Formats the value using the given formatter.