pub struct FrameIter<'ctx, R>(/* private fields */)
where
R: Reader;
Expand description
An iterator over function frames.
Implementations§
Auto Trait Implementations§
impl<'ctx, R> !RefUnwindSafe for FrameIter<'ctx, R>
impl<'ctx, R> !Send for FrameIter<'ctx, R>
impl<'ctx, R> !Sync for FrameIter<'ctx, R>
impl<'ctx, R> Unpin for FrameIter<'ctx, R>
impl<'ctx, R> !UnwindSafe for FrameIter<'ctx, R>
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more