Module roopes::prelude

source ·
Expand description

Exposes the most used types from the library.

Modules

Structs

Traits

Derive Macros

  • Creates a new type on the specified struct, which allows fields to be set one at a time. The new builder type’s name is the specified type, appended with “Builder”.
  • Creates a Publisher and Subscriber for the given message type.
  • Creates a new trait for user code to implement on the specified enum. This trait requires implementors to implement handlers for all the specified variants in the given enum.