pub type ServiceSyncRuntime = SyncRuntime<UserServiceInstance>;

Aliased Type§

struct ServiceSyncRuntime(/* private fields */);

Trait Implementations§

source§

impl ServiceRuntime for ServiceSyncRuntime

source§

fn try_query_application( &mut self, queried_id: UserApplicationId, argument: Vec<u8> ) -> Result<Vec<u8>, ExecutionError>

Note that queries are not available from writable contexts.