HasDepthLimit

Trait HasDepthLimit 

Source
pub trait HasDepthLimit<L, E> {
    // Required methods
    fn depth_limit(&self) -> Option<usize>;
    fn stack_err(&self, loc: L) -> E;
}

Required Methods§

Source

fn depth_limit(&self) -> Option<usize>

Source

fn stack_err(&self, loc: L) -> E

Implementors§