index
:
syrette
master
without-linkme
The convenient dependency injection framework for Rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
examples
/
basic
/
interfaces
/
human.rs
blob: dc201948d8814580d41ed05edb1fd4de3328f8b4 (
plain
)
1
2
3
4
pub
trait
IHuman
{
fn
make_pets_make_sounds
(
&
self
);
}