Structs§
- Bridge is a core wrapper presenting the same interface as the
Core
but in a serialized form, using bincode as the serialization format. - A bridge with a user supplied serializer
- Request for a side-effect passed from the Core to the Shell. The
EffectId
links theRequest
with the corresponding call toCore::resolve
to pass the data back to theApp::update
function (wrapped in the event provided to the capability originating the effect).