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
/
src
/
di_container
/
asynchronous
/
prelude.rs
blob: afbb0a2f4df0f80e1a2632336faaaab1813dbd73 (
plain
)
1
2
3
//! Commonly used types.
pub
use
crate
::
di_container
::
asynchronous
::
AsyncDIContainer
;