pub type LayoutResult<T> = Result<T, LayoutError>;Expand description
The LayoutError result type.
Aliased Type§
enum LayoutResult<T> {
Ok(T),
Err(LayoutError),
}pub type LayoutResult<T> = Result<T, LayoutError>;The LayoutError result type.
enum LayoutResult<T> {
Ok(T),
Err(LayoutError),
}