Struct falcon::executor::Successor[][src]

pub struct Successor { /* fields omitted */ }

The result of executing an il::Operation over a State.

Methods

impl Successor
[src]

Get the SuccessorType of this Successor.

Get the State of this Successor.

Trait Implementations

impl Clone for Successor
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Into<State> for Successor
[src]

Turn this Successor into its State, discarding the SuccessorType.

Performs the conversion.

Auto Trait Implementations

impl !Send for Successor

impl !Sync for Successor