[][src]Struct wapc::WapcFunctions

pub struct WapcFunctions;

A list of the function names that are part of each waPC conversation

Implementations

impl WapcFunctions[src]

pub const HOST_CONSOLE_LOG: &'static str[src]

pub const HOST_CALL: &'static str[src]

pub const GUEST_REQUEST_FN: &'static str[src]

pub const HOST_RESPONSE_FN: &'static str[src]

pub const HOST_RESPONSE_LEN_FN: &'static str[src]

pub const GUEST_RESPONSE_FN: &'static str[src]

pub const GUEST_ERROR_FN: &'static str[src]

pub const HOST_ERROR_FN: &'static str[src]

pub const HOST_ERROR_LEN_FN: &'static str[src]

pub const GUEST_CALL: &'static str[src]

pub const WAPC_INIT: &'static str[src]

pub const TINYGO_START: &'static str[src]

pub const REQUIRED_STARTS: [&'static str; 2][src]

Start functions to attempt to call - order is important

Auto Trait Implementations

Blanket Implementations

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

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

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

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.