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
/
with-3rd-party
/
interfaces
/
ninja.rs
blob: c4e9a5975d75cf19719045654220b7771ba15f9e (
plain
)
1
2
3
4
pub
trait
INinja
{
fn
throw_shuriken
(
&
self
);
}