Enum specs::storage::MutableParallelRestriction [] [src]

pub enum MutableParallelRestriction {}

Specifies that the RestrictedStorage can run in parallel mutably.

This means the storage can only call get_mut_unchecked and get_unchecked.

Trait Implementations

Auto Trait Implementations