Skip to content

Instantly share code, notes, and snippets.

@rinotc
Created September 9, 2023 02:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rinotc/6f9229db3e5924b69ae61354ea9b30c3 to your computer and use it in GitHub Desktop.
Save rinotc/6f9229db3e5924b69ae61354ea9b30c3 to your computer and use it in GitHub Desktop.
/**
* Read or Write Mode.
*/
sealed trait Mode
sealed trait Read extends Mode
sealed trait Write extends Mode
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment