nu-command 0.112.2

Nushell's built-in commands
Documentation
1
2
3
4
pub trait DbRow: std::marker::Send {
    fn fields(&self) -> Vec<String>;
    fn columns(&self) -> Vec<String>;
}