//! The empty object
use Canvas;
use Window;
use ;
/// An object that contains nothing and doesn't display anything.
///
/// This is not very useful on it's own, but when used together with a [`WithSize`]-wrapper, it
/// can act as a breaker in a [`Stack`].
///
/// [`WithSize`]: ../withsize/struct.WithSize.html
/// [`Stack`]: ../layout/stack/struct.Stack.html
;