Searched defs:PluginMethod (Results 1 – 1 of 1) sorted by relevance
23 pub struct PluginMethod { struct24 pub name: *const c_char,25 pub uuid: raw::TEEC_UUID,26 pub init: fn() -> Result<()>,27 pub invoke: fn(
Completed in 2 milliseconds