[][src]Module wascc_actor::raw

Raw capability provider interface

This module contains the raw capability provider client. Use this facility if you are building your own internal or proprietary capability provider that is not one of the provider types exposed as part of the standard actor SDK. You might want to provide your own wrapper crate that depends on this one and provide a strongly-typed layer around the raw call for a better developer experience

Structs

DefaultRawCapability

An implementation of the opaque or "loosely typed" capability provider which depends upon the host runtime