hypospray 0.1.2

Lightweight dependency injection library
Documentation
1
2
3
4
pub trait Engine {
    
    fn rev(&self) -> &'static str;
}