[][src]Struct wasmer_runtime_core::codegen::StreamingCompiler

pub struct StreamingCompiler<MCG: ModuleCodeGenerator<FCG, RM, E>, FCG: FunctionCodeGenerator<E>, RM: RunnableModule + 'static, E: Debug, CGEN: Fn() -> MiddlewareChain> { /* fields omitted */ }

Methods

impl<MCG: ModuleCodeGenerator<FCG, RM, E>, FCG: FunctionCodeGenerator<E>, RM: RunnableModule + 'static, E: Debug, CGEN: Fn() -> MiddlewareChain> StreamingCompiler<MCG, FCG, RM, E, CGEN>[src]

pub fn new(chain_gen: CGEN) -> Self[src]

Auto Trait Implementations

impl<MCG, FCG, RM, E, CGEN> Send for StreamingCompiler<MCG, FCG, RM, E, CGEN> where
    CGEN: Send,
    E: Send,
    FCG: Send,
    MCG: Send

impl<MCG, FCG, RM, E, CGEN> Sync for StreamingCompiler<MCG, FCG, RM, E, CGEN> where
    CGEN: Sync,
    E: Sync,
    FCG: Sync,
    MCG: Sync

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]

impl<T> Erased for T