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

pub fn intern_hash_unsized<T>(val: &T) -> Arc<T> where
    T: Eq + Hash + Send + Sync + 'static + ?Sized,
    Arc<T>: for<'a> From<&'a T>, 
Expand description

Intern a non-owned reference using hashing (will clone)