poline_rs/
error.rs

1#[derive(Debug)]
2pub enum PolineError {
3    InvalidAnchorColorCount,
4    PointIndexOutOfBounds,
5}