1
2
3
4
5
6

pub struct RenderError {
}


pub type RenderResult<T> = Result<T, RenderError>;