pub trait ContractDependency {
// Required methods
fn id(&self) -> ContractId;
fn log_decoder(&self) -> LogDecoder;
}Required Methods§
fn id(&self) -> ContractId
fn log_decoder(&self) -> LogDecoder
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".