pub trait Syscall {
    fn syscall(&mut self);
}
Expand description

Trussed client will call this method when making a Trussed request. This is intended to trigger a secure context on the platform.

Required methods

Implementors