Expand description
Shared schemars helpers for HTTP/OpenAPI export (D8).
Functionsยง
- path_
as_ string PathBufserializes as a string on the wire.- path_
vec_ as_ strings Vec<PathBuf>serializes as a string array on the wire.
Shared schemars helpers for HTTP/OpenAPI export (D8).
PathBuf serializes as a string on the wire.Vec<PathBuf> serializes as a string array on the wire.