[][src]Type Definition roa_core::BodyCallback

type BodyCallback = dyn Sync + Send + Unpin + Fn(&Body) + 'static;

Callback when body is finished.