iart-core 1.0.0

The Infomation and Result Trace crate
Documentation
1
2
3
4
5
6
If [`Iart`] is successful,
it contains an `Item`, and if [`Iart`] fails,
it contains [`ErrorDetail`] enclosed in a [`Box`].

Use `take` to retrieve it.
Also, note that it will become [`None`] when retrieved.