Safe Haskell | Trustworthy |
---|---|
Language | Haskell2010 |
Documentation
class BitEncoding a where Source #
Instances
BitEncoding TransportProtocol Source # | |
Defined in Network.Tox.NodeInfo.TransportProtocol bitGet :: BitGet TransportProtocol Source # bitPut :: TransportProtocol -> BitPut () Source # |
encode :: Binary a => a -> ByteString Source #