pub trait FrameHostProxyInterface: Send + Sync {
// Required method
fn create_frame_with_params(
&self,
params: CreateFrameParams,
frame: ServerEnd<FrameMarker>,
) -> Result<(), Error>;
}
pub trait FrameHostProxyInterface: Send + Sync {
// Required method
fn create_frame_with_params(
&self,
params: CreateFrameParams,
frame: ServerEnd<FrameMarker>,
) -> Result<(), Error>;
}