payjoin/core/
error.rs

1use std::error;
2
3pub type ImplementationError = Box<dyn error::Error + Send + Sync>;