Remove api::Error:::KeyNotFound
and use Option<ValueType>
for val
#168
Labels
good first issue
Good for newcomers
This change involves modifying firewood/src/v2/api.rs to remove api::Error::KeyNotFound and change the
val
method to returnOption<ValueType>
when the value is not found.The text was updated successfully, but these errors were encountered: