Module leptos::error

source ·
Expand description

Types to make it easier to handle errors in your application.

Structs§

  • A generic wrapper for any error.

Type Aliases§

  • This is a result type into which any error can be converted, and which can be used directly in your view.