Trait snarkvm_console_types::prelude::types::StringTrait
source · pub trait StringTrait: Clone + Debug + Display + Eq + Equal + FromBytes + Parser + Send + Sync + ToBytes + TypeName + Uniform { }
Expand description
Representation of a string.
Object Safety§
This trait is not object safe.