Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bendudson/EuraliOS
/ DebugHelper
Class
DebugHelper
euralios_std/src/path.rs:917–917 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
915
impl fmt::Debug for Iter<'_> {
916
fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
917
struct DebugHelper<
'a>(&'
a Path);
918
919
impl fmt::Debug for DebugHelper<'_> {
920
fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
Callers
1
fmt
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected