Trait tlbits::BitPackWrapAsExt

source ·
pub trait BitPackWrapAsExt {
    // Provided method
    fn wrap_as<As>(&self) -> BitPackAsWrap<'_, Self, As>
       where As: BitPackAs<Self> + ?Sized { ... }
}

Provided Methods§

source

fn wrap_as<As>(&self) -> BitPackAsWrap<'_, Self, As>
where As: BitPackAs<Self> + ?Sized,

Object Safety§

This trait is not object safe.

Implementors§