Attribute Macro optee_utee::ta_create
source · #[ta_create]Expand description
Attribute to declare the entry point of creating TA.
§Examples
#[ta_crate]
fn ta_crate() -> Result<()> { }#[ta_create]Attribute to declare the entry point of creating TA.
#[ta_crate]
fn ta_crate() -> Result<()> { }