Function get_interface

Source
pub async fn get_interface<T: FromIBinder + ?Sized + 'static>(
    name: &str,
) -> Result<Strong<T>, StatusCode>
Expand description

Retrieve an existing service for a particular interface, sleeping for a few seconds if it doesn’t yet exist.