Module type Codable.Base64_intf

type t
val to_base64 : t -> string
val of_base64 : string -> t Core_kernel.Or_error.t