mirror of
https://github.com/danbulant/cushy
synced 2026-07-07 12:10:44 +00:00
Missing docs
This commit is contained in:
parent
c2bd9911ca
commit
570cfc6d94
1 changed files with 2 additions and 0 deletions
|
|
@ -28,8 +28,10 @@ impl List {
|
||||||
/// The style of a [`List`] widget's item indicators.
|
/// The style of a [`List`] widget's item indicators.
|
||||||
#[derive(Default, Debug, Clone)]
|
#[derive(Default, Debug, Clone)]
|
||||||
pub enum ListStyle {
|
pub enum ListStyle {
|
||||||
|
/// A solid circle indicator, using the unicode bullet indicator.
|
||||||
#[default]
|
#[default]
|
||||||
Disc,
|
Disc,
|
||||||
|
/// A custom list indicator style.
|
||||||
Custom(Arc<dyn ListIndicator>),
|
Custom(Arc<dyn ListIndicator>),
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue