Trait mentat::vocabulary::HasVocabularies [] [src]

pub trait HasVocabularies {
    fn read_vocabularies(&self) -> Result<Vocabularies>;
fn read_vocabulary_named(
        &self,
        name: &Keyword
    ) -> Result<Option<Vocabulary>>; }

This trait captures the ability to retrieve and describe stored vocabularies.

Required Methods

Implementors