pub type Future = FutureEntity;Aliased Type§
pub struct Future {
pub skip_entry_frames: Option<u8>,
}Fields§
§skip_entry_frames: Option<u8>Number of frames to skip from the top of the backtrace when displaying this future.
Set to 1 by #[moire::instrument] so the instrumented function itself is hidden
and the callsite is shown instead.