Module types

Module types 

Source

Re-exports§

pub use heap_array::HeapArray;
pub use heap_array::HeapMatrix;
pub use identifiers::PeerId;
pub use identifiers::PeerIndex;
pub use identifiers::PeerNumber;
pub use identifiers::ProtocolInfo;
pub use identifiers::SessionId;

Modules§

heap_array
identifiers

Traits§

ConditionallySelectable
A type which can be conditionally selected with a loose promise of constant time. Compared to subtle::ConditionallySelectable, this trait does not require Copy, but the internal elements should be Copy for the promise to loosely hold.
NonNegative
A trait to represent nonnegative (zero or positive) unsigned integer typenum constants.
Positive
A trait to represent positive nonzero unsigned integer typenum constants.
PositivePlusOne
A trait to represent positive nonzero unsigned integer typenum constants which accept “+1” operation.