cloud_terrastodon_command 0.35.0

Command running helpers for the Cloud Terrastodon project
Documentation
1
2
3
pub trait StateMutator<T>: Send + std::fmt::Debug + 'static {
    fn mutate_state(self: Box<Self>, state: &mut T);
}