[][src]Trait vinyl_embly::ToValue

pub trait ToValue {
    fn to_value(self) -> Value;
}

ToValue is implemented for all rust types that can be converted to protobuf values

Required methods

fn to_value(self) -> Value

outputs the appropriate protobuf record value

Loading content...

Implementations on Foreign Types

impl ToValue for Vec<u8>[src]

impl ToValue for bool[src]

impl ToValue for f32[src]

impl<'_> ToValue for &'_ str[src]

impl ToValue for String[src]

impl ToValue for usize[src]

impl ToValue for i32[src]

impl ToValue for f64[src]

Loading content...

Implementors

Loading content...