TTData

Trait TTData 

Source
pub trait TTData {
    // Required methods
    fn new() -> Self;
    fn get_depth(&self) -> u8;
    fn is_empty(&self) -> bool;
}

Required Methods§

Source

fn new() -> Self

Source

fn get_depth(&self) -> u8

Source

fn is_empty(&self) -> bool

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§