Skip to main content

ContractDependency

Trait ContractDependency 

Source
pub trait ContractDependency {
    // Required methods
    fn id(&self) -> ContractId;
    fn log_decoder(&self) -> LogDecoder;
}

Required Methods§

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§