MCPcopy Create free account
hub / github.com/bedroombuilds/python2rust / EmptyVec

Class EmptyVec

0a_error_handling/rust/boilerplate.rs:7–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5
6#[derive(Debug)]
7struct EmptyVec;
8
9impl fmt::Display for EmptyVec {
10 fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected