Struct parables_testing::abi::ContractContext[][src]

pub struct ContractContext {
    pub source_list: Option<Vec<PathBuf>>,
}

Context for all loaded contracts.

Fields

List of sources, as indexed by a source map.

Auto Trait Implementations

impl Send for ContractContext

impl Sync for ContractContext