get_selection_use_context

Function get_selection_use_context 

Source
pub async fn get_selection_use_context<Conn>(
    conn: &Conn,
) -> Result<Cookie<'_, Conn, GetSelectionUseContextReply>, ConnectionError>
where Conn: RequestConnection + ?Sized,