[][src]Type Definition picolang::values::PicoValue

type PicoValue = Value;

The base value that can be used. For now identical to serde_json::Value

Trait Implementations

impl ValueExecution for PicoValue[src]