pub struct CompiledProg { /* private fields */ }
Available on crate feature compile only.
Expand description

Represents a compiled program ready to be serialized into a file

Implementations

Convert to an Executor so that program can be executed

Trait Implementations

Attempt to decode this type with the given Decode.

Deserialize this value from the given Serde deserializer. Read more

Encode a given type.

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Attempt to decode this type with the given BorrowDecode.

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.