pub fn attr_plaintext(
    key: impl Into<String>,
    value: impl Into<String>
) -> Attribute
Expand description

Creates a new plaintext Attribute. Attribute::new_plaintext is an alias for this.