[][src]Struct al::ez::EZ

pub struct EZ<'a> {
    pub parser: Parser<'a>,
    pub slab: Slab,
    pub ns: EvalNS<'a>,
}

Fields

parser: Parser<'a>slab: Slabns: EvalNS<'a>

Methods

impl<'_> EZ<'_>[src]

pub fn new() -> Self[src]

pub fn eval(&mut self, s: &str) -> Result<f64, KErr>[src]

Auto Trait Implementations

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

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

impl<'a> Unpin for EZ<'a>

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

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

Blanket Implementations

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

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

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

type Error = Infallible

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]