Enum splitmut::SplitMutError
[−]
[src]
pub enum SplitMutError {
NoValue,
SameValue,
}Error returned from get*_mut functions.
Variants
NoValue | No value was found for the specified key (like when get_mut would return None) |
SameValue | The same value has already been returned (earlier in the same tuple) |