☰
Type Definition UpdateFn
eosio_cdt
All crates
[
−
]
[src]
Type Definition
eosio_cdt
::
UpdateFn
type UpdateFn<T> =
Either
<
UpdateValueFn
<T>,
UpdateArrayFn
<T>>;