Module type OBus_peer.Private

module type Private = sig .. end
Minimal interface of private peers

type t = private OBus_peer.peer 
val of_peer : OBus_peer.peer -> t
val to_peer : t -> OBus_peer.peer