pub trait StdResultExt<T>: Sealed { // Required method fn unwrap_std_error(self) -> Result<T, Box<dyn Error + Send + Sync>>; }