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

Shorthand for DeserializeSparse::new().build(serialized_sparse, scope).