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

pub struct Successor<'s> { /* fields omitted */ }

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

Methods

impl<'s> Successor<'s>
[src]

[src]

Get the SuccessorType of this Successor.

[src]

Get the State of this Successor.

Trait Implementations

impl<'s> Clone for Successor<'s>
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<'e> Into<State<'e>> for Successor<'e>
[src]

Turn this Successor into its State, discarding the SuccessorType.

[src]

Performs the conversion.