aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/any_factory.rs
blob: 41063e1d83fd654fe6b44c660a06836b1c738b98 (plain)
1
2
3
use crate::libs::intertrait::CastFrom;

pub trait AnyFactory: CastFrom {}