Trait gr::error::AddContext
source · pub trait AddContext<T, E>: Context<T, E> {
// Provided method
fn err_context<C: Display + Send + Sync + 'static>(
self,
msg: C,
) -> Result<T, Error>
where Self: Sized { ... }
}Provided Methods§
fn err_context<C: Display + Send + Sync + 'static>(
self,
msg: C,
) -> Result<T, Error>where
Self: Sized,
Object Safety§
This trait is not object safe.