[][src]Trait wood::Woodable

pub trait Woodable {
    fn woodify(&self) -> Wood;
}

Required methods

fn woodify(&self) -> Wood

Loading content...

Implementations on Foreign Types

impl Woodable for char[src]

impl Woodable for u32[src]

impl Woodable for u64[src]

impl Woodable for i32[src]

impl Woodable for i64[src]

impl Woodable for f32[src]

impl Woodable for f64[src]

impl Woodable for isize[src]

impl Woodable for usize[src]

impl Woodable for bool[src]

impl Woodable for String[src]

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

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

Loading content...

Implementors

Loading content...