Trait tlb::CellSerializeWrapAsExt
source · pub trait CellSerializeWrapAsExt {
// Provided method
fn wrap_as<As>(&self) -> CellSerializeAsWrap<'_, Self, As>
where As: CellSerializeAs<Self> + ?Sized { ... }
}Provided Methods§
fn wrap_as<As>(&self) -> CellSerializeAsWrap<'_, Self, As>where
As: CellSerializeAs<Self> + ?Sized,
Object Safety§
This trait is not object safe.