[][src]Type Definition conrod_core::widget::canvas::ListOfSplits

type ListOfSplits<'a> = &'a [(Id, Canvas<'a>)];

A series of Canvas splits along with their unique identifiers.