Skip to main content

WasiTlsView

Trait WasiTlsView 

Source
pub trait WasiTlsView: Send {
    // Required method
    fn tls(&mut self) -> WasiTlsCtxView<'_>;
}
Expand description

A trait which provides internal WASI TLS state.

Required Methods§

Source

fn tls(&mut self) -> WasiTlsCtxView<'_>

Return a WasiTlsCtxView from mutable reference to self.

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§