termal_core 5.0.0

This library contains implementation for the termal library
Documentation
1
2
3
4
/// Represents state that can be converted to progress.
pub trait StateProgress {
    fn progress(&self) -> f32;
}