[][src]Type Definition kas::widget::RefColumn

type RefColumn<'a, M> = RefList<'a, Down, M>;

A column of widget references

This is parameterised over handler message type.

See documentation of List type.