Skip to main content

Loc

Trait Loc 

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

Required Methods§

Source

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

Dyn Compatibility§

This trait is not dyn compatible.

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

Implementors§