// Create the markup view let html = "<a href='https://rust-lang.org'>Rust</a>"; let mut view = cursive_markup::MarkupView::html(&html); view.set_maximum_width( ...
確定! 回上一頁