Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

empty Widget

The empty widget is invisible and takes no space.

Example

screenshot

# Ruby
nav_page(title: "Empty Page") { empty }
#![allow(unused)]
fn main() {
// Rust
nav_page("Empty Page", empty())
}