Mention generic range in Slider documentation
This commit is contained in:
parent
4aed3ede92
commit
7bc7b60321
1 changed files with 2 additions and 1 deletions
|
|
@ -16,7 +16,8 @@ use std::{hash::Hash, ops::RangeInclusive};
|
|||
///
|
||||
/// A [`Slider`] will try to fill the horizontal space of its container.
|
||||
///
|
||||
/// The step size defaults to 1.0.
|
||||
/// The [`Slider`] range of numeric values is generic and its step size defaults
|
||||
/// to 1 unit.
|
||||
///
|
||||
/// [`Slider`]: struct.Slider.html
|
||||
///
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue