Skip to main content

DepotAppUserExt

Trait DepotAppUserExt 

Source
pub trait DepotAppUserExt {
    // Required methods
    fn app_user(&self) -> Option<&AppUserInfo>;
    fn set_app_user(&mut self, user: AppUserInfo);
}
Expand description

从 Depot 获取 App 用户信息的扩展方法

Required Methods§

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§