Trait netidx::publisher::FromValue[][src]

pub trait FromValue {
    type Error;
    pub fn from_value(v: Value) -> Result<Self, Self::Error>;
}

Associated Types

Loading content...

Required methods

pub fn from_value(v: Value) -> Result<Self, Self::Error>[src]

Loading content...

Implementations on Foreign Types

impl FromValue for bool[src]

impl FromValue for i32[src]

impl FromValue for DateTime<Utc>[src]

impl FromValue for u64[src]

impl FromValue for u8[src]

impl FromValue for i16[src]

impl FromValue for f32[src]

impl FromValue for i64[src]

impl FromValue for String[src]

impl FromValue for Duration[src]

impl FromValue for u16[src]

impl FromValue for i8[src]

impl FromValue for f64[src]

impl FromValue for u32[src]

Loading content...

Implementors

Loading content...