Write missing docs in iced_graphics and iced_wgpu

This commit is contained in:
Héctor Ramón Jiménez 2023-06-29 07:55:52 +02:00
parent fa5650cfd1
commit 6921564c9f
No known key found for this signature in database
GPG key ID: 140CC052C94F138E
8 changed files with 17 additions and 5 deletions

View file

@ -16,6 +16,7 @@ pub use crate::gradient::{self, Gradient};
/// A renderer capable of drawing some [`Geometry`].
pub trait Renderer: crate::core::Renderer {
/// The kind of geometry this renderer can draw.
type Geometry;
/// Draws the given layers of [`Geometry`].