Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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)]
7
struct EmptyVec;
8
9
impl 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