pub trait IntoInsertRow { // Required method fn into_insert_row(self) -> Result<RuntimeInsertRowKind>; }