Type Definition taffy::error::TaffyResult
source · pub type TaffyResult<T> = Result<T, TaffyError>;
Expand description
The error Taffy generates on invalid operations
pub type TaffyResult<T> = Result<T, TaffyError>;
The error Taffy generates on invalid operations