ta_create

Attribute Macro ta_create 

Source
#[ta_create]
Expand description

Attribute to declare the entry point of creating TA.

ยงExamples

#[ta_create]
fn ta_create() -> Result<()> { }