[][src]Trait tree_buf::internal::branch::TypeId

pub trait TypeId: Copy + Into<u8> + PartialEq + Debug {
    fn void() -> Self
    where
        Self: Sized
; }

Required methods

fn void() -> Self where
    Self: Sized

Loading content...

Implementors

impl TypeId for ArrayTypeId[src]

impl TypeId for RootTypeId[src]

Loading content...