HashResolutionResult
docs
This commit is contained in:
parent
6c635571ed
commit
29438fc2ec
@ -32,6 +32,8 @@ pub type ResolutionResult<'a, Ctx, A> = Result<Rc<A>, ResolutionFailure<'a, Ctx,
|
||||
/// Wrapped result returned by [`Origin`].
|
||||
pub type Resolution<'a, Ctx, A> = Wrapped<'a, Ctx, ResolutionResult<'a, Ctx, A>>;
|
||||
|
||||
/// Underlying [`Result`] of [`HashResolution`].
|
||||
/// In case of success, contains byte data and the resolver for points appearing inside that data.
|
||||
pub type HashResolutionResult<'a, Ctx> =
|
||||
Result<(Vec<u8>, Rc<dyn Resolver<'a, Ctx>>), LookupError<'a, Ctx>>;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user