Skip to main content

DeviceJoinRoleProgressKind

Trait DeviceJoinRoleProgressKind 

Source
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§

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§