mssun commented on a change in pull request #27:
URL: 
https://github.com/apache/incubator-teaclave-trustzone-sdk/pull/27#discussion_r652308289



##########
File path: optee-utee/src/extension.rs
##########
@@ -0,0 +1,36 @@
+use crate::{Error, Result, Uuid};
+use optee_utee_sys as raw;
+
+pub struct LoadablePlugin<'a> {
+    uuid: &'a Uuid

Review comment:
       How about using `uuid: Uuid`. No need to have a reference.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to