klavier-core 0.1.15

Core library of klavier.
Documentation
1
2
3
4
pub trait CanApply<T> {
    fn apply(self, value: T) -> T;
}