MCPcopy Create free account
hub / github.com/Rust-Web-Development/code / Pagination

Class Pagination

ch_04/final/src/main.rs:41–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39
40#[derive(Debug)]
41struct Pagination {
42 start: usize,
43 end: usize,
44}
45
46#[derive(Clone)]
47struct Store {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected