nyx_space::md::opti::multipleshooting::multishoot

Trait MultishootNode

Source
pub trait MultishootNode<const O: usize>: Copy + Into<[Objective; O]> {
    // Required methods
    fn epoch(&self) -> Epoch;
    fn update_component(&mut self, component: usize, add_val: f64);
}

Required Methods§

Source

fn epoch(&self) -> Epoch

Source

fn update_component(&mut self, component: usize, add_val: f64)

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§