Function set_platform
pub fn set_platform(platform: Box<dyn Platform>) -> Result<(), SetPlatformError>Expand description
Set the Slint platform abstraction.
If the platform abstraction was already set this will return Err.
pub fn set_platform(platform: Box<dyn Platform>) -> Result<(), SetPlatformError>Set the Slint platform abstraction.
If the platform abstraction was already set this will return Err.