Searched defs:TryFromDeviceLayoutError (Results 1 – 1 of 1) sorted by relevance
67 pub const fn into_layout(self) -> Result<Layout, TryFromDeviceLayoutError> { in into_layout() argument341 pub struct TryFromDeviceLayoutError; struct343 impl Error for TryFromDeviceLayoutError {} implementation345 impl Display for TryFromDeviceLayoutError { implementation