sandcastle/
error.rs

1
2pub struct RenderError {
3}
4
5
6pub type RenderResult<T> = Result<T, RenderError>;