Searched defs:TaffyError (Results 1 – 1 of 1) sorted by relevance
38 pub enum TaffyError { enum56 impl core::fmt::Display for TaffyError { implementation72 impl std::error::Error for TaffyError {} implementation908 …_layout(&mut self, node: NodeId, available_space: Size<AvailableSpace>) -> Result<(), TaffyError> { in compute_layout() argument