[][src]Struct wascap_guest::raw::RawCapability

pub struct RawCapability { /* fields omitted */ }

An implementation of the opaque capability provider which depends upon the host runtime

Methods

impl RawCapability[src]

pub fn call(
    &self,
    target_cap: &str,
    payload: &[u8],
    type_url: &str
) -> Result<Event>
[src]

Performs a host call using the supplied payload as the protobuf Any message within a core Command, returning an Event. You must supply a type_url that corresponds to the type of message contained in the Any protobuf. The value for target_cap must not use the wascap: prefix, instead you should supply your own prefix

Auto Trait Implementations

Blanket Implementations

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for 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]