Struct rust_cast::channels::receiver::LaunchError[][src]

pub struct LaunchError {
    pub request_id: i32,
    pub reason: Option<String>,
}

Describes the application launch error.

Fields

Unique id of the request that tried to launch application.

Description of the launch error reason if available.

Trait Implementations

impl Debug for LaunchError
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for LaunchError

impl Sync for LaunchError