pub type ManifoldError = Box<dyn std::error::Error + Send + Sync>;
pub type ManifoldResult<T> = Result<T, ManifoldError>;
Powered by TurnKey Linux.