[][src]Derive Macro sgx_serialize_derive::Serializable

#[derive(Serializable)]
{
    // Attributes available to this derive:
    #[sgx_serialize]
}

derive_serialize provides the Serializable macro for `sgx_serialize

derive_serialize takes one parameter typed TokenStream and parse the input stream brought by it. Then expand the parsed the result as return value.