mirror of
https://forgejo.ellis.link/continuwuation/continuwuity.git
synced 2025-07-31 12:18:31 +00:00
7 lines
127 B
Rust
7 lines
127 B
Rust
|
use service::Services;
|
||
|
|
||
|
pub(crate) struct Command<'a> {
|
||
|
pub(crate) services: &'a Services,
|
||
|
pub(crate) body: &'a [&'a str],
|
||
|
}
|