Function git_branchless_undo::tui::testing::screen_to_string
source · pub fn screen_to_string(
screen: &Rc<RefCell<Vec<Vec<char, Global>, Global>>>
) -> String
Expand description
Convert the screenshot into a string for assertions, such as for use
with insta::assert_snapshot!
.