pub trait Metadata {
    // Required method
    fn get() -> MetadataGetResponse;
}

Required Methods§

Implementors§