Error Set RenderError [src]
Errors
Ran out of memory allocating call stack frames to complete rendering, or ran out of memory allocating space in the output buffer.
Source
pub const RenderError = error{
/// Ran out of memory allocating call stack frames to complete rendering, or
/// ran out of memory allocating space in the output buffer.
OutOfMemory,
}