hecto/src/row.rs

3 lines
38 B
Rust

pub struct Row {
string: String,
}