Trait dioxus_hooks::Dep

source ·
pub trait Dep: 'static + PartialEq + Clone { }

Object Safety§

This trait is not object safe.

Implementors§

source§

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