Trait wasmcloud_runtime::capability::blobstore::types::Host

source ·
pub trait Host:
    Send
    + HostOutgoingValue
    + HostIncomingValue { }

Implementations on Foreign Types§

source§

impl<_T: Host + ?Sized + Send> Host for &mut _T

Implementors§