Struct fidl_fidl_test_dangerous_protocol_names_camel2::EnsureValuesInstantiatedSynchronousProxy
source · pub struct EnsureValuesInstantiatedSynchronousProxy { /* private fields */ }
Implementations§
source§impl EnsureValuesInstantiatedSynchronousProxy
impl EnsureValuesInstantiatedSynchronousProxy
pub fn new(channel: Channel) -> Self
pub fn into_channel(self) -> Channel
sourcepub fn wait_for_event(
&self,
deadline: Time
) -> Result<EnsureValuesInstantiatedEvent, Error>
pub fn wait_for_event( &self, deadline: Time ) -> Result<EnsureValuesInstantiatedEvent, Error>
Waits until an event arrives and returns it. It is safe for other threads to make concurrent requests while waiting for an event.