Skip to main content

Nom

Trait Nom 

Source
pub trait Nom
where Self: Checker,
{ // Provided method fn compute(node: &Node<'_>, stats: &mut Stats) { ... } }

Provided Methods§

Source

fn compute(node: &Node<'_>, stats: &mut Stats)

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§