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

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

A series of Canvas splits along with their unique identifiers.