Type Definition artillery_core::errors::Result[][src]

pub type Result<T> = Result<T, ArtilleryError>;
Expand description

Result type for operations that could result in an ArtilleryError