Thrift-0.1.1.1: 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