pub fn read_append_log_page<T: Clone>(
log: &dyn AppendLogStorageTier<T>,
opts: AppendLogReadOptions,
) -> StorageResult<AppendLogPage<T>>Expand description
Creates or computes read_append_log_page.
pub fn read_append_log_page<T: Clone>(
log: &dyn AppendLogStorageTier<T>,
opts: AppendLogReadOptions,
) -> StorageResult<AppendLogPage<T>>Creates or computes read_append_log_page.