Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Lintermute/lazy_errors
/ stash
Method
stash
lazy_errors/src/stash.rs:241–243 ·
view source on GitHub ↗
(&mut self, err: E)
Source
from the content-addressed store, hash-verified
239
{
240
#[track_caller]
241
fn stash(&mut self, err: E) -> &mut StashWithErrors<I> {
242
self.push(err)
243
}
244
}
245
246
impl<E, I> ErrorSink<E, I> for StashWithErrors<I>
Callers
3
or_stash
Method · 0.80
filter_map_ok_or_stash
Function · 0.80
enforce_errors
Method · 0.80
Calls
1
push
Method · 0.80
Tested by
no test coverage detected