Trait trees::potted::notation::TreeData[][src]

pub trait TreeData: Sized { }

mark trait for types to be the data type of the tree/forest.

Implementations on Foreign Types

impl TreeData for bool[src]

impl TreeData for i8[src]

impl TreeData for u8[src]

impl TreeData for i16[src]

impl TreeData for u16[src]

impl TreeData for i32[src]

impl TreeData for u32[src]

impl TreeData for i64[src]

impl TreeData for u64[src]

impl TreeData for i128[src]

impl TreeData for u128[src]

impl TreeData for isize[src]

impl TreeData for usize[src]

impl TreeData for f32[src]

impl TreeData for f64[src]

impl TreeData for &'static str[src]

impl TreeData for String[src]

Loading content...

Implementors

Loading content...