[][src]Module spirit::bodies

Utility body wrapper types.

There are some problems with Box<dyn FnOnce()> types in Rust. The types here are less convenient but actually usable types with similar function.

Structs

InnerBody

A workaround type for Box<dyn FnOnce() -> Result<(), Error>.