Skip to main content

MergeSerializerOutput

Trait MergeSerializerOutput 

Source
pub trait MergeSerializerOutput<Rhs>: Sized {
    type Output: Into<KeySerializerFinalized> + From<Self> + From<Rhs>;
}
Expand description

Combines two SerializeKey::Output types across enum variants: produces KeySerializer<'a, B> if both variants are non-terminal, or KeySerializerFinalized if either variant is terminal.

Required Associated Types§

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§