Home
last modified time | relevance | path

Searched defs:TaffyError (Results 1 – 1 of 1) sorted by relevance

/external/rust/android-crates-io/crates/taffy/src/tree/
Dtaffy_tree.rs38 pub enum TaffyError { enum
56 impl core::fmt::Display for TaffyError { implementation
72 impl std::error::Error for TaffyError {} implementation
908 …_layout(&mut self, node: NodeId, available_space: Size<AvailableSpace>) -> Result<(), TaffyError> { in compute_layout() argument