Thrift-0.5.0.2: Thrift library package

Thrift.Transport.Handle

Synopsis

Documentation

class HandleSource s whereSource

Type class for all types that can open a Handle. This class is used to replace tOpen in the Transport type class.

Methods

hOpen :: s -> IO HandleSource