Skip to main content

bind_scene

Function bind_scene 

Source
pub async fn bind_scene(
    __arg0: Path<(String, String)>,
    __arg1: State<AppState>,
    __arg2: Json<BindSceneRequest>,
) -> Result<Json<Value>, (StatusCode, Json<Value>)>