Re-add docs for clipboard
This commit is contained in:
parent
908259663d
commit
beebf25c5f
1 changed files with 2 additions and 1 deletions
|
|
@ -3,7 +3,8 @@ pub use iced_native::clipboard::Action;
|
||||||
|
|
||||||
use crate::command::{self, Command};
|
use crate::command::{self, Command};
|
||||||
|
|
||||||
#[allow(missing_docs)]
|
/// A buffer for short-term storage and transfer within and between
|
||||||
|
/// applications.
|
||||||
#[allow(missing_debug_implementations)]
|
#[allow(missing_debug_implementations)]
|
||||||
pub struct Clipboard {
|
pub struct Clipboard {
|
||||||
state: State,
|
state: State,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue