GetCallPathWithEngines

Trait GetCallPathWithEngines 

Source
pub trait GetCallPathWithEngines {
    // Required method
    fn call_path(&self, engines: &Engines) -> Option<CallPath>;
}

Required Methods§

Source

fn call_path(&self, engines: &Engines) -> Option<CallPath>

Implementors§