[][src]Struct kg_lang::JsRuntime

pub struct JsRuntime { /* fields omitted */ }

Methods

impl JsRuntime[src]

pub fn new(grammar: &GrammarRef) -> Result<JsRuntime, Error>[src]

Trait Implementations

impl Runtime for JsRuntime[src]

Auto Trait Implementations

impl !Sync for JsRuntime

impl !Send for JsRuntime

impl Unpin for JsRuntime

impl !RefUnwindSafe for JsRuntime

impl !UnwindSafe for JsRuntime

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 = 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> BorrowMut<T> for T where
    T: ?Sized
[src]

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

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