pub fn make_attr_data_adopt<T>(data: T) -> Result<AttrValue>
Create a new data AttrValue
AttrValue
data
An AttrValue storing a raw pointer to the provided data. The data is moved and is owned by the AttrValue
Cell Context