Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GitoxideLabs/learning-rust-with-gitoxide
/ Adder
Class
Adder
errors/src/main.rs:25–25 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
23
}
24
25
struct Adder<
'a>(&'
a i8);
26
27
impl<
'a> Adder<'
a> {
28
fn add_one(&self) -> Result<i8, OutOfBoundsError> {
Callers
1
do_it
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected