MCPcopy Create free account
hub / github.com/Wulf/tsync / PaginationResult

Class PaginationResult

test/struct/rust.rs:43–46  ·  view source on GitHub ↗

Generic struct test

Source from the content-addressed store, hash-verified

41#[tsync]
42/// Generic struct test
43struct PaginationResult<T> {
44 items: Vec<T>,
45 total_items: number,
46}
47
48#[tsync]
49#[derive(Serialize)]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected