Trait springtime_di::component::Injectable
source · pub trait Injectable: 'static { }Expand description
Marker trait for injectable types - components and aliases.
pub trait Injectable: 'static { }Marker trait for injectable types - components and aliases.