pub trait IcxSliceMut<'tcx, 'ctx, 'o> {
// Required methods
fn icx_slice(&'o self) -> &'o IcxSliceFroBlock<'tcx, 'ctx>;
fn icx_slice_mut(&'o mut self) -> &'o mut IcxSliceFroBlock<'tcx, 'ctx>;
}Required Methods§
fn icx_slice(&'o self) -> &'o IcxSliceFroBlock<'tcx, 'ctx>
fn icx_slice_mut(&'o mut self) -> &'o mut IcxSliceFroBlock<'tcx, 'ctx>
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".