pub trait Resolvable: Sealed + Clone + Send + Sync + 'static { }

Implementors