Trait PrimitiveMarker

Source
pub trait PrimitiveMarker { }

Implementations on Foreign Types§

Source§

impl PrimitiveMarker for Circle

Source§

impl PrimitiveMarker for Image

Source§

impl PrimitiveMarker for Line

Source§

impl PrimitiveMarker for Rectangle

Source§

impl PrimitiveMarker for Text<'_>

Source§

impl<I> PrimitiveMarker for PointPath<I>

Source§

impl<I> PrimitiveMarker for Polygon<I>

Source§

impl<S> PrimitiveMarker for Oval<S>

Source§

impl<S, I> PrimitiveMarker for Triangles<S, I>

Implementors§