Type Definition collectd_plugin::bindings::value_t [] [src]

type value_t = value_u;

Trait Implementations

impl Into<value_t> for Value
[src]

[src]

Performs the conversion.

Auto Trait Implementations