glog/arg

Types

Arg opaque representation

pub type Arg {
  Arg(value: Dynamic)
}

Constructors

  • Arg(value: Dynamic)

Type alias representing an Arg list

pub type Args =
  List(Arg)

Functions

pub fn new(value: a) -> Arg

Initializes a new Arg

pub fn value(field: Arg) -> Dynamic

Fetches value from Arg

Search Document