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
/
named
/
interfaces
/
weapon.rs
blob: 7848a0fbd13654431e66a3ae77047b470378aad6 (
plain
)
1
2
3
4
pub
trait
IWeapon
{
fn
use_it
(
&
self
);
}