blackbox_core/
injectable.rs

1use crate::interface;
2
3#[interface]
4#[blackbox_di(local)]
5pub trait IInjectable {}