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
/
interfaces
/
any_factory.rs
blob: 41063e1d83fd654fe6b44c660a06836b1c738b98 (
plain
)
1
2
3
use
crate
::
libs
::
intertrait
::
CastFrom
;
pub
trait
AnyFactory
:
CastFrom
{}