Struct ethers_contract_abigen::rawabi::RawAbi [−][src]
pub struct RawAbi(_);
Expand description
Contract ABI as a list of items where each item can be a function, constructor or event
Trait Implementations
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for RawAbi
impl UnwindSafe for RawAbi
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more