Type Definition value_t
collectd_plugin::bindings
type value_t = value_u;
impl Into<value_t> for Value
fn into(self) -> value_t
Performs the conversion.