Type Definition flechasdb::db::stored::AttributeValueRef
source · pub type AttributeValueRef<'a> = Ref<'a, AttributeValue>;Expand description
Reference type of an attribute value.
You should drop this as soon as possible to avoid panics by multiple borrowing.