Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
val disposition_type :
t ->
[ `Inline | `Attachment | `Ietf_token of string | `X_token of string ]
val name : t -> string option
val filename : t -> string option
val size : t -> int option
val pp : t Fmt.t
val v :
?filename:string ->
?kind:[ `Inline | `Attachment | `Ietf_token of string | `X_token of string ] ->
?size:int ->
string ->
t
val of_string : string -> (t, [> `Msg of string ]) Stdlib.result
val to_string : t -> string