pub trait SharedBacking: Send + Sync + 'static { // Required method fn as_bytes(&self) -> &[u8] ⓘ; }
Backing storage for a SelfRef.
SelfRef
Access backing bytes.