[][src]Derive Macro sgx_serialize_derive::DeSerializable

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

derive_deserialize provides the DeSerializable macro for `sgx_serialize

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