Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GitoxideLabs/learning-rust-with-gitoxide
/ from
Method
from
errors/src/main.rs:20–22 ·
view source on GitHub ↗
(v: OutOfBoundsError)
Source
from the content-addressed store, hash-verified
18
19
impl From<OutOfBoundsError> for String {
20
fn from(v: OutOfBoundsError) -> Self {
21
format!(
"{:?}"
, v)
22
}
23
}
24
25
struct Adder<
'a>(&'
a i8);
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected