Expand description

⚠️ INTERNAL! DO NOT USE!

This should not be considered part of this crate’s public API.

This is public only due to internal implementation requirements

Re-exports

pub use crate::core::option::Option::None;
pub use crate::core::option::Option::Some;
pub use crate::core::result::Result::Err;
pub use crate::core::result::Result::Ok;
pub use tokio;
pub use tracing;

Structs

An uninhabited pseudo-Error-type that panics when any other error types to convert into it.

Drops an iterator without consuming any elements.

Enums

The Option type. See the module level documentation for more.

Result is a type that represents either success (Ok) or failure (Err).

Functions