Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ahgamut/rust-ape-example
/ Rectangle
Class
Rectangle
src/bin/fn_methods.rs:26–29 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
24
}
25
26
struct Rectangle {
27
p1: Point,
28
p2: Point,
29
}
30
31
impl Rectangle {
32
// This is a method
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected