pub trait Embed<Target, Indices> {
    fn embed(self) -> Target;
}
Expand description

Implemented on Coproducts that Source can be embedded into.

Required Methods

Implementors