pub trait Item: Writable {
    fn layout() -> Vec<Layout>;
}

Required Methods

Implementors