Trait ManagedVecItemStructPayloadTuple

Source
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.

Source§

impl<Head, Tail> ManagedVecItemStructPayloadTuple for (Head, Tail)

Implementors§