Skip to main content

TableMovability

Trait TableMovability 

Source
pub trait TableMovability<Op: TableReadOps + ?Sized>: TableMovabilityBase<Op> + TableMovability<Op, <Self as TableMovabilityBase<Op>>::TableMoveInfo> { }
Expand description

A sealed trait used to collect some information about the marker structures MayMoveTable and MayNotMoveTable

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§

Source§

impl<Op: TableReadOps, T: TableMovabilityBase<Op> + TableMovability<Op, <Self as TableMovabilityBase<Op>>::TableMoveInfo>> TableMovability<Op> for T