Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/devashishdxt/cli-table
/ print_stderr
Function
print_stderr
cli-table/src/lib.rs:231–233 ·
view source on GitHub ↗
Prints a table to `stderr`
(table: T)
Source
from the content-addressed store, hash-verified
229
230
/// Prints a table to `stderr`
231
pub fn print_stderr<T: Table>(table: T) -> Result<()> {
232
table.table().print_stderr()
233
}
Callers
nothing calls this directly
Calls
2
print_stderr
Method · 0.80
table
Method · 0.80
Tested by
no test coverage detected