Function actyx_sdk::types::intern_arc::intern_hash[][src]

pub fn intern_hash<T>(val: T) -> Arc<T> where
    T: Eq + Hash + Send + Sync + 'static, 
Expand description

Intern an owned value using hashing (will not clone)