Trait acme_core::specs::Grad

source ·
pub trait Grad {
    type Output;

    // Required method
    fn grad(&self) -> Self::Output;
}

Required Associated Types§

Required Methods§

source

fn grad(&self) -> Self::Output

Implementors§