pub struct callback(pub Span);
Tuple Fields§
§0: Span
Trait Implementations§
Source§impl Peek for callback
impl Peek for callback
impl Copy for callback
Auto Trait Implementations§
impl Freeze for callback
impl RefUnwindSafe for callback
impl Send for callback
impl Sync for callback
impl Unpin for callback
impl UnwindSafe for callback
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