feat(spin-button): support fraction::Decimal as model input
This commit is contained in:
parent
ccc9b60955
commit
046dd49438
2 changed files with 2 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ use fraction::{Bounded, Decimal};
|
|||
use std::hash::Hash;
|
||||
use std::ops::{Add, Sub};
|
||||
|
||||
/// A message emitted by the [`SpinButton`] widget.
|
||||
/// A message emitted by the [`SpinButton`](super) widget.
|
||||
#[derive(Clone, Copy, Debug, Hash)]
|
||||
pub enum Message {
|
||||
Increment,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue