[][src]Struct al::evalns::ScopedNamespace

pub struct ScopedNamespace<'a> { /* fields omitted */ }

Methods

impl<'a> ScopedNamespace<'a>[src]

pub fn new<F>(cb: F) -> Self where
    F: FnMut(&str, Vec<f64>) -> Option<f64> + 'a, 
[src]

pub fn push(&mut self)[src]

pub fn pop(&mut self)[src]

pub fn eval_bubble(
    &mut self,
    slab: &Slab,
    evaler: &impl Evaler
) -> Result<f64, KErr>
[src]

pub fn eval(&mut self, slab: &Slab, evaler: &impl Evaler) -> Result<f64, KErr>[src]

Trait Implementations

impl<'_> EvalNamespace for ScopedNamespace<'_>[src]

Auto Trait Implementations

impl<'a> !Send for ScopedNamespace<'a>

impl<'a> !Sync for ScopedNamespace<'a>

impl<'a> Unpin for ScopedNamespace<'a>

impl<'a> !UnwindSafe for ScopedNamespace<'a>

impl<'a> !RefUnwindSafe for ScopedNamespace<'a>

Blanket Implementations

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = !

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]