SetPositionTypeUncheckedExt

Trait SetPositionTypeUncheckedExt 

Source
pub trait SetPositionTypeUncheckedExt {
    // Required method
    fn position_type(&mut self, position_type: PositionType) -> &mut Self;
}

Required Methods§

Source

fn position_type(&mut self, position_type: PositionType) -> &mut Self

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§