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§
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".
Implementations on Foreign Types§
Source§impl ManagedVecItemStructPayloadTuple for ()
End of the list.
impl ManagedVecItemStructPayloadTuple for ()
End of the list.