glog/arg

Types

Arg opaque representation

pub opaque type Arg

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