Skip to main content

UserExt

Trait UserExt 

Source
pub trait UserExt {
    // Required method
    fn user(&self) -> Option<User>;
}

Required Methods§

Source

fn user(&self) -> Option<User>

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§