Skip to content

Instantly share code, notes, and snippets.

@Krasnyanskiy
Created October 19, 2015 22:06
Show Gist options
  • Save Krasnyanskiy/87b293862395fb76eb55 to your computer and use it in GitHub Desktop.
Save Krasnyanskiy/87b293862395fb76eb55 to your computer and use it in GitHub Desktop.
// From Spray Framework
implicit def fromStatusObject[T](tuple: (StatusCode, T))(implicit ev: Marshaller[T]) = ???
implicit def fromStatusObject[T: Marshaller](tuple: (StatusCode, T)) = ???
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment