mirror of
https://github.com/gfx-rs/wgpu.git
synced 2026-04-22 03:02:01 -04:00
update MapErrWithSpan to be pub(crate) trait
This commit is contained in:
committed by
Connor Fitzgerald
parent
a1185b21cc
commit
55c33b0372
@@ -379,7 +379,7 @@ impl<T> SpanProvider<T> for UniqueArena<T> {
|
||||
|
||||
/// Convenience trait for [`Result`], adding a [`MapErrWithSpan::map_err_inner`]
|
||||
/// mapping to [`WithSpan::and_then`].
|
||||
pub trait MapErrWithSpan<E, E2>: Sized {
|
||||
pub(crate) trait MapErrWithSpan<E, E2>: Sized {
|
||||
/// The returned output type.
|
||||
type Output: Sized;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user