MCPcopy Create free account
hub / github.com/MaterializeInc/materialize / fmt

Method fmt

src/sql-lexer/src/lexer.rs:61–63  ·  view source on GitHub ↗
(&self, f: &mut fmt::Formatter)

Source from the content-addressed store, hash-verified

59
60impl fmt::Display for LexerError {
61 fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result {
62 f.write_str(&self.message)
63 }
64}
65
66impl Error for LexerError {}

Callers

nothing calls this directly

Calls 2

write_strMethod · 0.45
as_strMethod · 0.45

Tested by

no test coverage detected