pub trait ExtendTarget<Target>: Sealed {
// Required method
#[doc(hidden)] fn internal_extend(self) -> Target;
}🔬This is a nightly-only experimental API. (
num_internals)Expand description
Trait for types that this type can be truncated to
Required Methods§
#[doc(hidden)]fn internal_extend(self) -> Target
🔬This is a nightly-only experimental API. (
num_internals)