Skip to main content

GetMetadata

Trait GetMetadata 

Source
pub trait GetMetadata {
    // Required method
    fn get_metadata(&self) -> Option<&BTreeMap<String, Vec<String>>>;
}
Expand description

Trait to get the metadata from a lesson or course manifest.

Required Methods§

Source

fn get_metadata(&self) -> Option<&BTreeMap<String, Vec<String>>>

Returns the manifest’s metadata.

Implementors§