☰
Dep
Implementors
In freya::prelude
?
Trait
freya
::
prelude
::
Dep
[
−
]
pub trait Dep: 'static +
PartialEq
<Self> +
Clone
{ }
Implementors
§
§
impl<T>
Dep
for T
where T: 'static +
PartialEq
<T> +
Clone
,