Skip to main content

MpUIntSlice

Trait MpUIntSlice 

Source
pub trait MpUIntSlice: MpUIntSlicePriv + MpUInt {
    // Required method
    fn coerce_lifetime(&self) -> Self::SelfT<'_>;

    // Provided method
    fn shrink_to(&self, nbytes: usize) -> Self::SelfT<'_> { ... }
}

Required Methods§

Source

fn coerce_lifetime(&self) -> Self::SelfT<'_>

Provided Methods§

Source

fn shrink_to(&self, nbytes: usize) -> Self::SelfT<'_>

Dyn Compatibility§

This trait is not dyn compatible.

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

Implementors§