pub type DictionaryInsertResult = Result<(), DictionaryError>;

Aliased Type§

enum DictionaryInsertResult {
    Ok(()),
    Err(DictionaryError),
}

Variants§

§1.0.0

Ok(())

Contains the success value

§1.0.0

Err(DictionaryError)

Contains the error value