soliterm-model 0.1.0

Shared model types for soliterm
Documentation
pub trait Target<U> {
    fn revert(&mut self, undo: U);
}