mirror of
https://github.com/aljazceru/cdk.git
synced 2025-12-20 06:05:09 +01:00
Rust docs (#681)
This commit is contained in:
@@ -32,6 +32,7 @@ pub struct PaymentProcessorServer {
|
||||
}
|
||||
|
||||
impl PaymentProcessorServer {
|
||||
/// Create new [`PaymentProcessorServer`]
|
||||
pub fn new(
|
||||
payment_processor: Arc<dyn MintPayment<Err = cdk_common::payment::Error> + Send + Sync>,
|
||||
addr: &str,
|
||||
|
||||
Reference in New Issue
Block a user