Function cedar_policy_core::ast::unwrap_or_clone
source · pub fn unwrap_or_clone<T: Clone>(arc: Arc<T>) -> T
Expand description
Arc::unwrap_or_clone() isn’t stabilized as of this writing, but this is its implementation
pub fn unwrap_or_clone<T: Clone>(arc: Arc<T>) -> T
Arc::unwrap_or_clone() isn’t stabilized as of this writing, but this is its implementation