Expand description
Abstract implementation of a channel manager
Modules§
- select 🔒
- Logic for filtering and selecting channels in order to find suitable channels for a target.
- state 🔒
- Simple implementation for the internal map state of a ChanMgr.
Structs§
- Abstract
Chan 🔒Mgr - A type- and network-agnostic implementation for
ChanMgr
.
Enums§
- Action 🔒
- Possible actions that we’ll decide to take when asked for a channel.
Traits§
- Abstract
Channel 🔒 - Trait to describe as much of a
Channel
asAbstractChanMgr
needs to use. - Abstract
Channel 🔒Factory - Trait to describe how channels-like objects are created.