Enum specs::storage::ImmutableParallelRestriction[][src]

pub enum ImmutableParallelRestriction {}

Specifies that the RestrictedStorage can run in parallel immutably.

This means that the storage can call get, get_unchecked.

Auto Trait Implementations