skir_client/recursive

Types

Wraps a hard-recursive struct field value.

Default should be treated the same as the default value of a.

pub type Recursive(a) {
  Default
  Some(a)
}

Constructors

  • Default

    Treat this like the default value of a.

  • Some(a)
Search Document