[][src]Function libremexre::unwrap_arc

pub fn unwrap_arc<T: Clone>(arc: Arc<T>) -> T

Unwraps an Arc, cloning the inner value if necessary.