[][src]Trait holochain_persistence_api::reporting::ReportStorage

pub trait ReportStorage {
    fn get_storage_report(&self) -> PersistenceResult<StorageReport> { ... }
}

Provided methods

fn get_storage_report(&self) -> PersistenceResult<StorageReport>

Return the number of bytes this storage implementation is using on the host system. The actual implementation is up to the author of the persistence implementation and may be disk usage or memory usage

Loading content...

Implementors

Loading content...