Skip to main content

Module server

Module server 

Source

Structs§

Authorized
Typestate marker: an auth source P is wired in. Only in this state does AuthorizedServer implement ServerHandler.
AuthorizedServer
A ServerHandler wrapper that adds authorization-based schema shaping.
NoAuth
Typestate marker: no auth source has been chosen yet.

Traits§

ReadyToServe
Sealed marker for “this server has an auth source and may be served”.