[][src]Module rusty_junctions::types

Collection of types to increase readability and maintainability of the crate.

Modules

functions

Function types related to various kind of functions that can be stored and executed with Join Patterns.

ids

Adds specific ID types for the various IDs that are used in the crate.

Structs

ControllerHandle

Handle to a Junction's underlying Controller.

Message

Shallow wrapper for a trait object using Box that can pass through thread boundaries.

Enums

JoinPattern

Enum defining all Join Patterns that can be added to a Junction using the AddJoinPatternRequest in a Packet.

Packet

Standardized packet to be used to send messages of various types on the channels of a Junction.