pub trait TupleOption<Tpl> { }
Available on crate feature
option
only.Expand description
A tuple that is usable with option_tuple().
See also: option_tuple(), OptionTuple.
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.