Skip to main content

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>

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§