halo/shell

Types

pub type AlreadyStarted {
  AlreadyStarted
}

Constructors

  • AlreadyStarted
pub type ShellResult {
  Ok
  Error(AlreadyStarted)
}

Constructors

  • Ok
  • Error(AlreadyStarted)

Functions

pub external fn start() -> ShellResult
Search Document