pub type Error<T> = <Context<T> as VirtualError<LazyBalanceError>>::Error;Expand description
Resolved error type for a given LazyBalance implementation.
Provided by the context via VirtualError.
pub type Error<T> = <Context<T> as VirtualError<LazyBalanceError>>::Error;Resolved error type for a given LazyBalance implementation.
Provided by the context via VirtualError.