[][src]Trait wood::Dewoodable

pub trait Dewoodable {
    fn dewoodify(_: &Wood) -> Result<Self, DewoodifyError>
    where
        Self: Sized
; }

Required methods

fn dewoodify(_: &Wood) -> Result<Self, DewoodifyError> where
    Self: Sized

Loading content...

Implementations on Foreign Types

impl Dewoodable for char[src]

impl Dewoodable for u32[src]

impl Dewoodable for u64[src]

impl Dewoodable for i32[src]

impl Dewoodable for i64[src]

impl Dewoodable for f32[src]

impl Dewoodable for f64[src]

impl Dewoodable for isize[src]

impl Dewoodable for usize[src]

impl Dewoodable for bool[src]

impl Dewoodable for String[src]

impl<T> Dewoodable for Vec<T> where
    T: Dewoodable
[src]

impl<K, V> Dewoodable for HashMap<K, V> where
    K: Eq + Hash + Dewoodable,
    V: Eq + Hash + Dewoodable
[src]

Loading content...

Implementors

Loading content...