MCPcopy Create free account
hub / github.com/davidblewett/rure-python / fmt

Method fmt

regex/regex-syntax/src/ast/mod.rs:221–223  ·  view source on GitHub ↗
(&self, f: &mut fmt::Formatter)

Source from the content-addressed store, hash-verified

219
220impl fmt::Display for Error {
221 fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result {
222 ::error::Formatter::from(self).fmt(f)
223 }
224}
225
226impl fmt::Display for ErrorKind {

Callers

nothing calls this directly

Calls 1

printMethod · 0.45

Tested by

no test coverage detected