7 lines
157 B
Rust
7 lines
157 B
Rust
|
// rustfmt-imports_indent: Block
|
||
|
|
||
|
// #2569
|
||
|
use apns2::request::notification::{
|
||
|
Notificatio, NotificationBuilder, Priority, SilentNotificationBuilder,
|
||
|
};
|