Trait freya::prelude::Dep

pub trait Dep: 'static + PartialEq<Self> + Clone { }

Implementors§

§

impl<T> Dep for Twhere T: 'static + PartialEq<T> + Clone,