deriv/example/baz

Types

pub type Baz {
  Baz(baz: String)
}

Constructors

  • Baz(baz: String)
pub type Other {
  Other(other: Int)
}

Constructors

  • Other(other: Int)
Search Document