Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make protected::traits public so that I can make types using Protected<>
I cannot use Protected memory in any of my types because the `traits` module is private, so I could not actually write something like: ```rs struct ProtectedMemory { my_struct: Protected<HeapBytes, ReadOnly, Locked> } ```
- Loading branch information