Trait heme::sampling::Move[][src]

pub trait Move {
    fn apply(&self, pose: &mut Pose);
}

Required Methods

Implementors