2409829
1
2
3
4
5
use crate::messages::portfolio::utility_types::Platform; use std::sync::OnceLock; pub static GLOBAL_PLATFORM: OnceLock<Platform> = OnceLock::new();