LauncherExploreComponentOverPtyResult

Type Alias LauncherExploreComponentOverPtyResult 

Source
pub type LauncherExploreComponentOverPtyResult = Result<(), LauncherError>;

Aliased Type§

pub enum LauncherExploreComponentOverPtyResult {
    Ok(()),
    Err(LauncherError),
}

Variants§

§1.0.0

Ok(())

Contains the success value

§1.0.0

Err(LauncherError)

Contains the error value