Skip to main content

LeaseError

Type Alias LeaseError 

Source
pub type LeaseError = Box<dyn StdError + Send + Sync>;
Expand description

The boxed error lease stores report; the crate wraps it with the shard for diagnostics.

Aliased Typeยง

pub struct LeaseError(/* private fields */);