pub trait AutoMaskClientRole: ClientRole {
    const UPDATE_MASK_KEY: bool;
}
Expand description

Client marker.

Required Associated Constants§

Object Safety§

This trait is not object safe.

Implementors§