pub trait LatestDbStateCheckpointView {
    fn latest_state_checkpoint_view(&self) -> Result<DbStateView>;
}

Required Methods

Implementations on Foreign Types

Implementors