[][src]Struct wasmer_runtime_core::codegen::SimpleStreamingCompilerGen

pub struct SimpleStreamingCompilerGen<MCG: ModuleCodeGenerator<FCG, RM, E>, FCG: FunctionCodeGenerator<E>, RM: RunnableModule + 'static, E: Debug> { /* fields omitted */ }

Methods

impl<MCG: ModuleCodeGenerator<FCG, RM, E>, FCG: FunctionCodeGenerator<E>, RM: RunnableModule + 'static, E: Debug> SimpleStreamingCompilerGen<MCG, FCG, RM, E>[src]

pub fn new() -> StreamingCompiler<MCG, FCG, RM, E, impl Fn() -> MiddlewareChain>[src]

Auto Trait Implementations

impl<MCG, FCG, RM, E> Unpin for SimpleStreamingCompilerGen<MCG, FCG, RM, E> where
    E: Unpin,
    FCG: Unpin,
    MCG: Unpin,
    RM: Unpin

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

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

impl<MCG, FCG, RM, E> RefUnwindSafe for SimpleStreamingCompilerGen<MCG, FCG, RM, E> where
    E: RefUnwindSafe,
    FCG: RefUnwindSafe,
    MCG: RefUnwindSafe,
    RM: RefUnwindSafe

impl<MCG, FCG, RM, E> UnwindSafe for SimpleStreamingCompilerGen<MCG, FCG, RM, E> where
    E: UnwindSafe,
    FCG: UnwindSafe,
    MCG: UnwindSafe,
    RM: UnwindSafe

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> 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]

impl<T> Erased for T