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
/
async
/
interfaces
/
human.rs
blob: 18f9d63b18ee456b9ab178832d04c11663841f41 (
plain
)
1
2
3
4
pub
trait
IHuman
:
Send
+
Sync
{
fn
make_pets_make_sounds
(
&
self
);
}