pub fn get_session_handle_v2<O0: Into<Output>>(
    value: O0,
    scope: &mut Scope
) -> Result<Operation>
Expand description

Shorthand for GetSessionHandleV2::new().build(value, scope).