[−][src]Module heim_common::prelude
Prelude intended to be used across heim-*
crates.
Consider not to use it in your code, because it is kinda internal and might change at any time.
Re-exports
pub use super::wrap; |
pub use self::futures::future; |
pub use self::futures::stream; |
Modules
futures | This module tries to mimic |
Structs
Error | Error type for data fetching operations. |
Traits
FusedFuture | A future which tracks whether or not the underlying future should no longer be polled. |
FusedStream | A stream which tracks whether or not the underlying stream should no longer be polled. |
Future | A future represents an asynchronous computation. |
FutureExt | An extension trait for |
Stream | A stream of values produced asynchronously. |
StreamExt | An extension trait for |
TryFutureExt | Adapters specific to |
TryStreamExt | Adapters specific to |
Type Definitions
BoxFuture | An owned dynamically typed |
BoxStream | An owned dynamically typed |
Result | A specialized Result type for data fetching functions. |