Skip to main content

IBGAppRefreshTaskRequest

Trait IBGAppRefreshTaskRequest 

Source
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§

Source

fn m_init_with_identifier(&mut self, identifier: NSString) -> Self
where Self: Sized + FromId,

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".

Implementors§