#![allow(clippy::module_name_repetitions)] use crate::libs::intertrait::CastFrom; use crate::ptr::InterfacePtr; pub trait IFactory: Fn> + CastFrom where ReturnInterface: 'static + ?Sized, { }