Struct ethers_contract_abigen::ContractBindings [−][src]
pub struct ContractBindings { /* fields omitted */ }
Expand description
Type-safe contract bindings generated by a Builder
. This type can be
either written to file or into a token stream for use in a procedural macro.
Implementations
Writes the bindings to a given Write
.
Writes the bindings to the specified file.
Converts the bindings into its underlying token stream. This allows it to be used within a procedural macro.
Auto Trait Implementations
impl RefUnwindSafe for ContractBindings
impl !Send for ContractBindings
impl !Sync for ContractBindings
impl Unpin for ContractBindings
impl UnwindSafe for ContractBindings
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