Trait BorrowMetadata

Source
pub trait BorrowMetadata {
    type Metadata: ?Sized + Sync + 'static;

    // Required method
    fn borrow_metadata(&self) -> &Self::Metadata;
}

Required Associated Types§

Source

type Metadata: ?Sized + Sync + 'static

Required Methods§

Source

fn borrow_metadata(&self) -> &Self::Metadata

Implementors§