ResolverMap::resolve_map
docs
This commit is contained in:
parent
29438fc2ec
commit
d29e70fcc5
@ -56,6 +56,7 @@ pub trait Resolver<'a, Ctx: Context<'a>>: 'a {
|
||||
}
|
||||
|
||||
pub trait ResolverMap<'a, Ctx: Context<'a>>: Resolver<'a, Ctx> {
|
||||
/// Resolve the [Address], then map the [`HashResolutionResult`].
|
||||
fn resolve_map<T>(
|
||||
self: Rc<Self>,
|
||||
address: Address,
|
||||
|
Loading…
Reference in New Issue
Block a user