[][src]Module enclave_runner::usercalls

Traits

SyncListener

SyncListener lets an implementation implement a slightly modified form of std::net::TcpListener::accept.

SyncStream

This trait is mostly same as std::io::Read + std::io::Write except that it takes an immutable reference to the source.

UsercallExtension

Provides a mechanism for the enclave code to interface with an external service via a modified runner.