Created
August 26, 2018 22:05
-
-
Save joan38/6a6ac0501d75863125f208cc38df7ae9 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
trait Creatable[Resource: Encoder] { | |
def create(resource: Resource): Unit = ... | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment