fidl_fuchsia_web

Trait ContextProviderProxyInterface

Source
pub trait ContextProviderProxyInterface: Send + Sync {
    // Required method
    fn create(
        &self,
        params: CreateContextParams,
        context: ServerEnd<ContextMarker>,
    ) -> Result<(), Error>;
}

Required Methods§

Source

fn create( &self, params: CreateContextParams, context: ServerEnd<ContextMarker>, ) -> Result<(), Error>

Implementors§