Type Alias Error

Source
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.