[][src]Module ymlctx::context

Structs

Context

A data structure designed to provide a high-level language agnostic calling convention.

CtxObjUnpackError

The error type for the low-level unpack() functions. This error occurs when either the key does not exist or it is not feasible to convert into the deduced type.

Enums

CtxObj

Enum of all primitive types that a Ccntext is composed of.

Traits

CtxObjUnpack

Unpack data from some context element into a Rust primitive/standard type. The destination type can usually be deduced to save type annotations as well.