Module type Tools.PDU

module type PDU = sig .. end

type t 
val pack : t -> Bitstring.bitstring
val unpack : Bitstring.bitstring -> t option