Enum specs::storage::SequentialRestriction [] [src]

pub enum SequentialRestriction {}

Specifies that the RestrictedStorage cannot run in parallel.

A mutable RestrictedStorage can call get, get_mut, get_unchecked and get_mut_unchecked for deferred/restricted access while an immutable version can only call the immutable accessors.

Trait Implementations

Auto Trait Implementations