pub trait IBGAppRefreshTaskRequest: IBGTaskRequest {
// Provided method
fn m_init_with_identifier(&mut self, identifier: NSString) -> Self
where Self: Sized + FromId { ... }
}Expand description
A trait containing all the methods for BGAppRefreshTaskRequest
Provided Methods§
Sourcefn m_init_with_identifier(&mut self, identifier: NSString) -> Self
fn m_init_with_identifier(&mut self, identifier: NSString) -> Self
Return a new refresh task request for the specified identifier.
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.