Function sgx_serialize_derive::derive_serialize[][src]

pub fn derive_serialize(input: TokenStream) -> TokenStream

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.