add comment (#22636)
This commit is contained in:
parent
4abf7a7f88
commit
e3915e4b7a
|
@ -253,6 +253,7 @@ impl<T: IndexValue> AccountMapEntryInner<T> {
|
||||||
}
|
}
|
||||||
|
|
||||||
pub enum AccountIndexGetResult<T: IndexValue> {
|
pub enum AccountIndexGetResult<T: IndexValue> {
|
||||||
|
/// (index entry, index in slot list)
|
||||||
Found(ReadAccountMapEntry<T>, usize),
|
Found(ReadAccountMapEntry<T>, usize),
|
||||||
NotFound,
|
NotFound,
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue