syrette 0.5.1

The convenient dependency injection framework
Documentation
1
2
3
4
pub trait IHuman: Send + Sync
{
    fn make_pets_make_sounds(&self);
}