Skip to main content

Module value

Module value 

Source
Expand description

Value helpers for creating PluginValue instances

Traits§

IntoPluginValue
Helper trait for types that can be converted to PluginValue

Functions§

array_value
Creates a PluginValue::Array
bool_value
Creates a PluginValue::Bool
float_value
Creates a PluginValue::Float
int_value
Creates a PluginValue::Integer
object_value
Creates a PluginValue::Object from key-value pairs
str_value
Creates a PluginValue::String