Trait forest_filecoin::db::SettingsExt

source ·
pub trait SettingsExt {
    // Required methods
    fn set_eth_mapping_up_to_date(&self) -> Result<()>;
    fn eth_mapping_up_to_date(&self) -> Result<Option<bool>>;
}
Expand description

Extension trait for the SettingsStoreExt trait. It is implemented for all types that implement SettingsStoreExt. It provides methods to store and retrieve settings from the database.

Required Methods§

Implementors§