Struct falcon::executor::Driver [] [src]

pub struct Driver<'d> { /* fields omitted */ }

A driver for a concrete executor over Falcon IL.

Methods

impl<'d> Driver<'d>
[src]

[src]

Create a new driver for concrete execution over Falcon IL.

[src]

Step forward over Falcon IL.

[src]

Retrieve the Falcon IL program associated with this driver.

[src]

Retrieve the il::ProgramLocation associated with this driver.

[src]

Retrieve the concrete State associated with this driver.

Trait Implementations

impl<'d> Debug for Driver<'d>
[src]

[src]

Formats the value using the given formatter.

impl<'d> Clone for Driver<'d>
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more