index
:
iced
master
A cross-platform GUI library for Rust, inspired by Elm
cel
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
graphics
/
src
/
widget
/
rule.rs
blob: 57f4a53080d1a9af1d91a097186dbbf77eefb979 (
plain
) (
blame
)
1
2
3
//! Display a horizontal or vertical rule for dividing content.
pub
use
iced_native
::
rule
::
*
;