[][src]Module spirit::bodies

Utility body wrapper types.

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

Structs

InnerBody

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