add comment (#22636)

This commit is contained in:
Jeff Washington (jwash)
2022-01-21 10:51:58 -06:00
committed by GitHub
parent 4abf7a7f88
commit e3915e4b7a

View File

@ -253,6 +253,7 @@ impl<T: IndexValue> AccountMapEntryInner<T> {
}
pub enum AccountIndexGetResult<T: IndexValue> {
/// (index entry, index in slot list)
Found(ReadAccountMapEntry<T>, usize),
NotFound,
}