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
/
ninja.rs
blob: 2d378c86c884ac454826062e30f904636b590bc1 (
plain
)
1
2
3
4
pub
trait
INinja
{
fn
use_weapons
(
&
self
);
}