MCPcopy Index your code
hub / github.com/bedroombuilds/python2rust / Perimeter

Interface Perimeter

02_ecosystem/geo/src/lib.rs:12–14  ·  view source on GitHub ↗

for Perimeter/circumferen calculation of a geometric object

Source from the content-addressed store, hash-verified

10
11/// for Perimeter/circumferen calculation of a geometric object
12pub trait Perimeter {
13 fn circumference(&self) -> f64;
14}
15
16/// Circle object, coords and radius as properties
17pub struct Circle {

Callers

nothing calls this directly

Implementers 1

lib.rs02_ecosystem/geo/src/lib.rs

Calls

no outgoing calls

Tested by

no test coverage detected