fn reap<'a, T: LazyBalanceMarker>(
    model: &'a mut LazyContainer<T>,
    value: T::Asset,
    subject: &'a T::Subject,
) -> Result<T::Asset, Error<T>>
Expand description

Executes a reap operation on the lazy balance model.

Constructs the tagged input, invokes LazyBalance::reap, and returns the resolved asset value removed or adjusted from the balance.