pub fn null() -> Box<Layout>
Constructs a new Null layout.
Null layouts are literals and are the neutral elements of layout compositions.
use typeset::null; let layout = null();