Trait CoerceShared

pub trait CoerceShared<Target: Copy>: Reborrow

Allows reborrowable value to be reborrowed as shared, creating a copy that disables the source for writes for the lifetime of the copy.