Skip to main content

SharedBacking

Trait SharedBacking 

Source
pub trait SharedBacking:
    Send
    + Sync
    + 'static {
    // Required method
    fn as_bytes(&self) -> &[u8] ;
}
Expand description

Backing storage for a SelfRef.

Required Methods§

Source

fn as_bytes(&self) -> &[u8]

Access backing bytes.

Implementors§