Module Upsycle_router.Util_encode_decode

include module type of Util_encode_decode
module SE := Seaboar.Encode
module U32 := Stdint.Uint32
type 'a sencode := 'a -> Seaboar.Encode.value
type 'a sdecode := 'a Seaboar.Decode.t
module Encode : sig ... end
module Decode : sig ... end
val parse_string : ?consume:[ `All | `Prefix ] -> 'a sdecode -> string -> ('a, string) Stdlib.result