Struct ketos::exec::Context [] [src]

pub struct Context { /* fields omitted */ }

Represents an execution context

Methods

impl Context
[src]

Creates a new execution context.

Returns a reference to the contained scope.

Creates a new execution context with the given scope.

Returns a reference to the contained restriction configuration.

Trait Implementations

impl Clone for Context
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more