pub type LauncherResult<T> = Result<T, LauncherError>;Expand description
Result type alias for launcher operations.
Aliased Type§
pub enum LauncherResult<T> {
Ok(T),
Err(LauncherError),
}pub type LauncherResult<T> = Result<T, LauncherError>;Result type alias for launcher operations.
pub enum LauncherResult<T> {
Ok(T),
Err(LauncherError),
}