create_provider

Function create_provider 

Source
pub fn create_provider() -> Result<Box<dyn Provider>>
Expand description

Create a platform-appropriate accessibility provider.

Returns a boxed Provider trait object for the current platform. On unsupported platforms, returns a Platform error.