Trait re_types_core::ResultExt

source ·
pub trait ResultExt<T> {
    // Required method
    fn with_context(self, location: impl AsRef<str>) -> Self;
}

Required Methods§

source

fn with_context(self, location: impl AsRef<str>) -> Self

Object Safety§

This trait is not object safe.

Implementors§