ResolverExt
docs
This commit is contained in:
parent
664365ba72
commit
82141aa35e
@ -39,7 +39,9 @@ impl<S: Serializable> SerializableExt for S {
|
||||
}
|
||||
}
|
||||
|
||||
/// [`ResolverExt::into_rc`].
|
||||
pub trait ResolverExt<'a, Ctx: Context<'a>>: Resolver<'a, Ctx> {
|
||||
/// Wrap the resolver into [`Rc`].
|
||||
fn into_rc(self) -> Rc<dyn Resolver<'a, Ctx>>;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user