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
/
dog.rs
blob: a6ed111b49189bf624392cb9e292555b85a17a47 (
plain
)
1
2
3
4
pub
trait
IDog
:
Send
+
Sync
{
fn
woof
(
&
self
);
}