pub trait BodyInner { }Expand description
A marker trait to represent the data that can be included into SuccessBody and ErrorBody.
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".