pub trait ManagedVecItemMaxPayloadTuple {
type MaxPayload: ManagedVecItemPayload;
}
Expand description
Syntactic sugar, it allows us to get the maximum payload length in a list at compile time.
Required Associated Types§
Implementations on Foreign Types§
Source§impl ManagedVecItemMaxPayloadTuple for ()
End of the list.
impl ManagedVecItemMaxPayloadTuple for ()
End of the list.