Expand description
Stellation Backend
This crate contains the server renderer and tools used for server-side rendering.
Modules§
Structs§
- Server
AppProps - The Properties provided to a server app.
- Server
Renderer - The Stellation Backend Renderer.
Enums§
- Server
AppError - The error type returned by server app methods.
Traits§
- Render
Request - A trait that describes a request for server-side rendering.
- Request
- A trait that describes a request received by the backend.
Type Aliases§
- Server
AppResult - The result type returned by server app methods.