MCPcopy Index your code
hub / github.com/angular-rust/ux-components / AlignmentGeometry

Interface AlignmentGeometry

src/material/alignment_geometry.rs:1–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1pub trait AlignmentGeometry {
2 // Returns the sum of two AlignmentGeometry objects.
3 // add(AlignmentGeometry other) -> AlignmentGeometry
4
5 // Convert this instance into an Alignment, which uses literal coordinates (the x coordinate being explicitly a distance from the left).//
6 // resolve(TextDirection? direction) -> Alignment
7}
8
9pub struct NoneAlignmentGeometry;
10

Callers

nothing calls this directly

Implementers 2

alignment.rssrc/painting/alignment.rs
alignment_geometry.rssrc/material/alignment_geometry.rs

Calls

no outgoing calls

Tested by

no test coverage detected