Re-exports§
pub use default::DefaultPlatform;
Modules§
- address_
parse - default
- Implementation of the
PlatformRef
trait that leverages the operating system. - read_
write - with_
buffers - Augments an implementation of
AsyncRead
andAsyncWrite
with a read buffer and a write buffer.
Structs§
- Multi
Stream WebRtc Connection - Established multistream connection information. See
PlatformRef::connect_multistream
. - With
Prefix - Implementation of a
PlatformRef
that wraps around another platform and adds a prefix before every log line and task name.
Enums§
- Address
- Address passed to
PlatformRef::connect_stream
. - Connection
Type - Connection type passed to
PlatformRef::supports_connection_type
. - LogLevel
- Log level of a log entry.
- Multi
Stream Address - Address passed to
PlatformRef::connect_multistream
. - Substream
Direction - Direction in which a substream has been opened. See
PlatformRef::next_substream
.
Traits§
- Platform
Ref - Access to a platform’s capabilities.