Module linera_client::persistent
source · Re-exports§
Modules§
Traits§
- The
Persist
trait provides a wrapper around a value that can be saved in a persistent way. A minimal implementation provides anError
type, apersist
function to persist the value, and anas_mut
function to get a mutable reference to the value in memory. - The
Persist
trait provides a wrapper around a value that can be saved in a persistent way. A minimal implementation provides anError
type, apersist
function to persist the value, and anas_mut
function to get a mutable reference to the value in memory.