Safe Haskell | None |
---|---|
Language | Haskell98 |
- 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.