Skip to main content

CustomFunction

Trait CustomFunction 

Source
pub trait CustomFunction {
    // Provided methods
    fn fetch_function<'a>(
        &'a self,
        _func_name: &str,
    ) -> Result<Option<&'a StructCustomFunction>> { ... }
    fn fetch_all_functions(&self) -> Result<Vec<&StructCustomFunction>> { ... }
}

Provided Methods§

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§