ResolveAndClone

Trait ResolveAndClone 

Source
pub trait ResolveAndClone<T>: Resolve<T>
where T: Clone,
{ // Provided method fn resolve_and_return(&self, resolved: T) -> T { ... } }

Provided Methods§

Source

fn resolve_and_return(&self, resolved: T) -> T

Implementors§