Type Alias ExecutionCacheTypeAtomicU8

Source
pub type ExecutionCacheTypeAtomicU8 = AtomicU8;
Expand description

Type alias for atomic representation of ExecutionCacheType for lock-free operations

Aliased Type§

struct ExecutionCacheTypeAtomicU8 { /* private fields */ }

Trait Implementations§

Source§

impl From<ExecutionCacheType> for ExecutionCacheTypeAtomicU8

Source§

fn from(cache_type: ExecutionCacheType) -> Self

Converts to this type from the input type.