syrette 0.4.2

The convenient dependency injection framework
Documentation
1
2
3
4
5
6
pub trait IUserManager
{
    fn fill_with_users(&mut self);

    fn print_users(&self);
}