ivila commented on code in PR #190: URL: https://github.com/apache/incubator-teaclave-trustzone-sdk/pull/190#discussion_r2099175742
########## optee-utee/src/uuid.rs: ########## @@ -79,6 +79,11 @@ impl Uuid { )) } + /// Creates a `Uuid` from a raw `TEE_UUID` object. + pub fn from_raw(raw: raw::TEE_UUID) -> Uuid { Review Comment: Can we use a From trait instead? -- 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. To unsubscribe, e-mail: dev-unsubscr...@teaclave.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@teaclave.apache.org For additional commands, e-mail: dev-h...@teaclave.apache.org