Docs.rs
  • fuel-core-executor-0.24.2
    • fuel-core-executor 0.24.2
    • Docs.rs crate page
    • BUSL-1.1
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • fuel-service-user
    • Dependencies
      • anyhow ^1.0 normal
      • fuel-core-chain-config ^0.24.2 normal
      • fuel-core-storage ^0.24.2 normal
      • fuel-core-types ^0.24.2 normal
      • hex ^0.4 normal
      • parking_lot ^0.12 normal
      • serde ^1.0 normal
      • tracing ^0.1 normal
      • fuel-core-storage ^0.24.2 dev
      • fuel-core-types ^0.24.2 dev
    • Versions
    • 24.32% of the crate is documented
  • Go to latest version
  • Platform
    • i686-unknown-linux-gnu
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Badges
    • Builds
    • Metadata
    • Shorthand URLs
    • Download
    • Rustdoc JSON
    • Build queue
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

fuel_core_executor0.24.2

ContractStorageTrait

Required Associated Types

  • InnerError

Implementors

In fuel_core_executor::refs

?
Change settings

Trait fuel_core_executor::refs::ContractStorageTrait

source ·
pub trait ContractStorageTrait: StorageInspect<ContractsLatestUtxo, Error = Self::InnerError> + MerkleRootStorage<ContractId, ContractsState, Error = Self::InnerError> + MerkleRootStorage<ContractId, ContractsAssets, Error = Self::InnerError> {
    type InnerError: Debug + Display + Send + Sync + 'static;
}

Required Associated Types§

source

type InnerError: Debug + Display + Send + Sync + 'static

Implementors§

source§

impl<D> ContractStorageTrait for D
where D: StorageInspect<ContractsLatestUtxo, Error = Error> + MerkleRootStorage<ContractId, ContractsState, Error = Error> + MerkleRootStorage<ContractId, ContractsAssets, Error = Error>,

§

type InnerError = Error