Expand description
Utility functions for easy value management
Traits§
- From
EcfValue - Converts an ecf::Value into a generic type
- From
EcfValue Mut - Mutable version of FromEcfValue
Functions§
- get_
bool - Returns either the value as an bool or a short error message
- get_
bool_ mut - Returns either the value as an bool or a short error message
- get_
float - Returns either the value as an float or a short error message
- get_
float_ mut - Returns either the value as an float or a short error message
- get_int
- Returns either the value as an int or a short error message
- get_
int_ mut - Returns either the value as an int or a short error message
- get_str
- Returns either the value as an str or a short error message
- get_
string_ mut - Returns either the value as an string or a short error message
- get_
value_ as_ type - Generic function for getting a setting value as a specific type
- get_
value_ as_ type_ mut - Mutable version of get_value_as_type()