Add missing derive Element
Co-Authored-By: Marshall Bowers <1486634+maxdeviant@users.noreply.github.com>
This commit is contained in:
parent
c6d831a564
commit
caa0eb6e29
2 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@ use crate::{
|
||||||
/// that requires them to take action.
|
/// that requires them to take action.
|
||||||
///
|
///
|
||||||
/// To simply convey information, use a Status.
|
/// To simply convey information, use a Status.
|
||||||
|
#[derive(Element)]
|
||||||
pub struct NotificationToast<S: 'static + Send + Sync + Clone> {
|
pub struct NotificationToast<S: 'static + Send + Sync + Clone> {
|
||||||
state_type: PhantomData<S>,
|
state_type: PhantomData<S>,
|
||||||
left_icon: Option<Icon>,
|
left_icon: Option<Icon>,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue