IsTImpl

Trait IsTImpl 

Source
pub trait IsTImpl {
    // Provided methods
    fn get_cell_impl() -> CellImpl { ... }
    fn get_self_cell_impl(&self) -> CellImpl { ... }
}
Expand description

This trait allows for standardized polling of implementation type, and indicates the TCell implementation.

Provided Methods§

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.

Implementations on Foreign Types§

Source§

impl<Q> IsTImpl for TCellOwner<Q>

Source§

impl<Q, T> IsTImpl for TCell<Q, T>
where T: ?Sized,

Implementors§