Skip to main content

Crate vantage_core

Crate vantage_core 

Source
Expand description

§Vantage Core

Core traits and types used throughout the Vantage framework.

Re-exports§

pub use request::Priority;
pub use util::Context;
pub use util::ErrorKind;
pub use util::IntoVec;
pub use util::Result;
pub use util::VantageError;

Modules§

request
Request priority: whether someone is waiting on the result of the request that is about to be sent.
util
Utility modules for vantage-core

Macros§

error
Macro for creating VantageError with location and context
vantage_error
Legacy macro for creating VantageError instances (simple)