Skip to main content

Drift

Trait Drift 

Source
pub trait Drift<S: State>:
    Fn(&S, f64) -> S
    + Send
    + Sync { }

Implementors§

Source§

impl<S: State, F: Fn(&S, f64) -> S + Send + Sync> Drift<S> for F