Module Wd_storage.Storage_key_partition_descriptor

type t
val make : ?exts:Wd.Exts.t -> ?source_origin:string -> ?user_context:Wd.User_context.t -> unit -> t
val user_context : t -> Wd.User_context.t option
val source_origin : t -> string option
val exts : t -> Wd.Exts.t
val jsont : t Jsont.t