6 lines
135 B
Rust
6 lines
135 B
Rust
use crate::define_variable;
|
|
|
|
define_variable! {
|
|
pub static POSSIBLEPLAYBACKSTORAGEMEDIA: String = "PossiblePlaybackStorageMedia"
|
|
}
|