M2BClientMoveExt

Trait M2BClientMoveExt 

Source
pub trait M2BClientMoveExt<'a> {
    // Required method
    fn set_password(self, password: &'a str) -> Self;
}

Required Methods§

Source

fn set_password(self, password: &'a str) -> 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§