rstd 0.1.0
Loading...
Searching...
No Matches
rstd::fmt::Debug Struct Referenceexport
module rstd.core

Trait for programmer-facing debug output, invoked via {:?} or pretty-printed via {:#?}. More...

Detailed Description

Trait for programmer-facing debug output, invoked via {:?} or pretty-printed via {:#?}.

Implementors provide fmt(Formatter&) to write a debug representation. Dispatched automatically by Argument when the format spec contains '?'.


The documentation for this struct was generated from the following file: