Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/algoscienceacademy/RustUI
/ TextAlign
Enum
TextAlign
src/style.rs:22–27 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
20
21
#[derive(Clone, Copy, Debug, Default)]
22
pub enum TextAlign {
23
#[default]
24
Left,
25
Center,
26
Right,
27
}
28
29
impl Style {
30
pub fn new() -> Self {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected