Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
60
impl fmt::Display for LexerError {
61
fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result {
62
f.write_str(&self.message)
63
}
64
}
65
66
impl Error for LexerError {}
Callers
nothing calls this directly
Calls
2
write_str
Method · 0.45
as_str
Method · 0.45
Tested by
no test coverage detected