Skip to main content

ManagedVecItemStructPayloadTuple

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§

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.

Source§

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

Implementors§