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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

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,
}