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
/
unbound
/
interfaces
/
cat.rs
blob: 86508020612cc93c25b5bf60d036dbdffc550aa2 (
plain
)
1
2
3
4
pub
trait
ICat
{
fn
meow
(
&
self
);
}