pub struct ConfigServiceProxy(_);
Implementations§
source§impl ConfigServiceProxy
impl ConfigServiceProxy
pub fn connect_to_puppet(&self) -> Result<ConfigReceiverPuppetProxy, Error>
Trait Implementations§
source§impl ServiceProxy for ConfigServiceProxy
impl ServiceProxy for ConfigServiceProxy
§type Service = ConfigServiceMarker
type Service = ConfigServiceMarker
The FIDL service this proxy represents.