pub trait ManagedVecItemStructPayloadTuple {
type StructPayload: ManagedVecItemPayload;
}
Expand description
Syntactic sugar, that allows us to more easily represent struct payloads as nested tuples.
Required Associated Types§
Implementations on Foreign Types§
Source§impl ManagedVecItemStructPayloadTuple for ()
End of the list.
impl ManagedVecItemStructPayloadTuple for ()
End of the list.