pub trait ResultExt<T> {
// Required method
fn with_context(self, location: impl AsRef<str>) -> Self;
}
Required Methods§
fn with_context(self, location: impl AsRef<str>) -> Self
Object Safety§
This trait is not object safe.
pub trait ResultExt<T> {
// Required method
fn with_context(self, location: impl AsRef<str>) -> Self;
}