FezProtocol
protocol FezProtocol : APIRouteCollection
A Protocol
for complex Fez interactions.
One could consider this a Helper
if it weren’t for the limitation that Structs cannot inherit
from other Structs.
-
sendSimpleSeamail(_:
Extension method, asynchronousfromUserID: toUserIDs: subject: initialMessage: ) Declaration
Swift
func sendSimpleSeamail(_ req: Request, fromUserID: UUID, toUserIDs: [UUID], subject: String, initialMessage: String) async throws