Bonsai_tui_tree_viewval render :
?layout_attrs:Bonsai_term.Attr.t list ->
Bonsai_term.View.t t ->
Bonsai_term.View.tComposes a tree of views into a single view
val of_expectree : Expectree.t -> string tConverts an expectree tree into a Bonsai_tui_tree_view.t tree
val of_expectree_with_conv :
?attrs:Bonsai_term.Attr.t list ->
Expectree.t ->
Bonsai_term.View.t tLike of_expectree but it will convert the strings into View.t by using View.text ?attrs on all the text nodes.