Module leptos_spin::response

source ·

Structs§

  • This is here because the orphan rule does not allow us to implement it on IncomingRequest with the generic error. So we have to wrap it to make it happy

Enums§

  • We either can return a fairly simple Box type for normal bodies or a Stream for Streaming server functions