Searched defs:TryFromLayoutError (Results 1 – 1 of 1) sorted by relevance
41 pub const fn from_layout(layout: Layout) -> Result<Self, TryFromLayoutError> { in from_layout() argument329 pub struct TryFromLayoutError; struct331 impl Error for TryFromLayoutError {} implementation333 impl Display for TryFromLayoutError { implementation