Write docs for iced and iced_native
This commit is contained in:
parent
ba56a561b2
commit
a7dba612f0
30 changed files with 877 additions and 214 deletions
|
|
@ -4,6 +4,7 @@ use crate::{
|
|||
Rectangle, Renderer, Size, VerticalAlignment,
|
||||
};
|
||||
|
||||
/// A renderer that does nothing.
|
||||
pub struct Null;
|
||||
|
||||
impl Renderer for Null {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue