Struct ethcontract_common::bytecode::Bytecode  [−][src]
pub struct Bytecode(_);
Expand description
The string representation of the byte code. Note that this must be a
String since solc linking requires string manipulation of the
bytecode string representation.
Implementations
Reads hex bytecode representation from a string slice.
Links a library into the current bytecode.
Panics
Panics if an invalid library name is used (for example if it is more than 38 characters long).
Converts a bytecode into its byte representation.
Returns an iterator over all libraries remaining in the bytecode.
Returns true if bytecode requires linking.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Bytecodeimpl UnwindSafe for BytecodeBlanket Implementations
Mutably borrows from an owned value. Read more
type Output = T
type Output = TShould always be Self