Trait sonnerie_api::ToValue[][src]

pub trait ToValue: Sized {
    fn from_checked(serialifrzed: &str) -> Option<Self>;

    fn from(serialized: &str) -> Self { ... }
}

Required Methods

Provided Methods

Implementations on Foreign Types

impl ToValue for f64
[src]

impl ToValue for f32
[src]

impl ToValue for u64
[src]

impl ToValue for u32
[src]

impl ToValue for i64
[src]

impl ToValue for i32
[src]

Implementors