[][src]Trait oso::FromPolarValue

pub trait FromPolarValue: Clone + Sized + 'static {
    fn from_polar_value(val: PolarValue) -> Result<Self>;
}

Required methods

Loading content...

Implementations on Foreign Types

impl FromPolarValue for u8[src]

impl FromPolarValue for i8[src]

impl FromPolarValue for u16[src]

impl FromPolarValue for i16[src]

impl FromPolarValue for u32[src]

impl FromPolarValue for i32[src]

impl FromPolarValue for i64[src]

impl FromPolarValue for f64[src]

impl FromPolarValue for String[src]

impl FromPolarValue for bool[src]

impl<T: FromPolarValue> FromPolarValue for HashMap<String, T>[src]

impl<T: FromPolarValue> FromPolarValue for Vec<T>[src]

Loading content...

Implementors

impl FromPolarValue for PolarValue[src]

impl<T> FromPolarValue for T where
    T: 'static + Clone + PolarClass
[src]

Loading content...