Skip to main content

Crate ironrdp_error

Crate ironrdp_error 

Source
Expand description

§IronRDP Error

A lightweight and no_std-compatible generic Error type.

This crate is part of the IronRDP project.

Macros§

bail
Returns from the enclosing function with an Error built from a kind variant.
ensure
Returns from the enclosing function with an Error if the given condition is false.

Structs§

Error
A typed error wrapper carrying a Kind discriminant plus diagnostic metadata.
ErrorReport

Traits§

Source