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.
pub async fn get_interface<T: FromIBinder + ?Sized + 'static>(
name: &str,
) -> Result<Strong<T>, StatusCode>Retrieve an existing service for a particular interface, sleeping for a few seconds if it doesn’t yet exist.