[][src]Trait zbus_framework::prelude::ToValue

pub trait ToValue where
    Self: Into<String>, 
{ fn value(&self) -> Value; }

扩展一些快捷方法

Required methods

fn value(&self) -> Value

Loading content...

Implementations on Foreign Types

impl ToValue for String[src]

Loading content...

Implementors

Loading content...