Skip to main content

LazyVirtual

Type Alias LazyVirtual 

Source
pub type LazyVirtual<T, A, R, Ti, Ad, I = ()> = ProductType<T, I, BalanceModelContext<T, I>, A, R, Ti, Ad>;
Expand description

A generic virtual structure. It acts as the core building block for all lazy balance-related virtual types.

Aliased Typeยง

pub struct LazyVirtual<T, A, R, Ti, Ad, I = ()> { /* private fields */ }