[][src]Trait kas::Layout

pub trait Layout: Core + Debug { }

An internal detail.

This trait is used internally and by toolkits. Users should not use it directly, in part because it may have a very different body depending on feature flags.

Implementors

impl Layout for Text
[src]

impl<H: 'static> Layout for TextButton<H>
[src]

impl<H: 'static> Layout for Entry<H>
[src]

impl<M: Debug + 'static, H: 'static> Layout for MessageBox<M, H>
[src]

impl<W: Widget + 'static> Layout for SimpleWindow<W>
[src]

Loading content...