Trait sonnerie_api::ToValue [−][src]
pub trait ToValue: Sized { fn from_checked(serialifrzed: &str) -> Option<Self>; fn from(serialized: &str) -> Self { ... } }
Required Methods
fn from_checked(serialifrzed: &str) -> Option<Self>
Provided Methods
Implementations on Foreign Types
impl ToValue for f64[src]
impl ToValue for f64impl ToValue for f32[src]
impl ToValue for f32impl ToValue for u64[src]
impl ToValue for u64impl ToValue for u32[src]
impl ToValue for u32impl ToValue for i64[src]
impl ToValue for i64impl ToValue for i32[src]
impl ToValue for i32