macro_rules! lazy_output {
(
$(
$variant:ident ( $ty:ty )
),* $(,)?
) => { ... };
}Expand description
Defines the LazyOutput enum for LazyBalance operations.
Each variant represents an operation input, with typed fields encoded
as tuples and mapped via FromTag / TryIntoTag.
Enables type-safe, tag-driven dispatch into LazyBalance::BalanceFamily
plugins.