Safe Haskell | None |
---|---|
Language | Haskell2010 |
Synopsis
- module Thrift.Transport
- class HandleSource s where
Documentation
module Thrift.Transport
class HandleSource s where Source #
Type class for all types that can open a Handle. This class is used to replace tOpen in the Transport type class.