whatever/result

Types

pub type Result(a) {
  Ok(a)
  Error(WhateverErr)
}

Constructors

pub type WhateverErr {
  WhateverErr
}

Constructors

  • WhateverErr
Search Document