Struct flo_binding::binding_context::BindingContext[][src]

pub struct BindingContext { /* fields omitted */ }

Represents a binding context. Binding contexts are per-thread structures, used to track

Methods

impl BindingContext
[src]

Gets the active binding context

Panics if we're trying to create a binding, with a particular message

Executes a function in a new binding context

Performs an action outside of the binding context (dependencies will not be tracked for anything the supplied function does)

Adds a dependency to the current context (if one is found)

Trait Implementations

impl Clone for BindingContext
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations