hecto/src/row.rs

3 lines
38 B
Rust
Raw Normal View History

2021-03-08 10:21:06 -05:00
pub struct Row {
string: String,
}