mirror of
https://github.com/gfx-rs/wgpu.git
synced 2026-04-22 03:02:01 -04:00
impl Clone for WithSpan<E> (#1620)
This commit is contained in:
@@ -73,7 +73,7 @@ impl From<Range<usize>> for Span {
|
||||
pub type SpanContext = (Span, String);
|
||||
|
||||
/// Wrapper class for [`Error`], augmenting it with a list of [`SpanContext`]s.
|
||||
#[derive(Debug)]
|
||||
#[derive(Debug, Clone)]
|
||||
pub struct WithSpan<E> {
|
||||
inner: E,
|
||||
#[cfg(feature = "span")]
|
||||
|
||||
Reference in New Issue
Block a user