DrawCursor

Type Alias DrawCursor 

Source
pub type DrawCursor = Cursor<Time, DrawSnippetId>;

Aliased Type§

pub struct DrawCursor { /* private fields */ }

Implementations§

Source§

impl DrawCursor

Source

pub fn bboxes<'a, 'b: 'a, 'c: 'a>( &'b self, snippets: &'c DrawSnippets, ) -> impl Iterator<Item = Rect> + 'a