pub trait DeviceJoinRoleProgressKind: Into<DeviceJoinRoleProgress> {
const ROLE: DeviceJoinRole;
}Expand description
A role’s own progress type. Each one names the role whose journal rows hold it, so a journal bound to a role accepts only that role’s progress.
Required Associated Constants§
const ROLE: DeviceJoinRole
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.