Skip to main content

Cyclomatic

Trait Cyclomatic 

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

Required 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§