Trait snarkvm_console_program::group::StringTrait
pub trait StringTrait: Clone + Debug + Display + Eq + Equal<Self> + FromBytes + Parser + Send + Sync + ToBytes + TypeName + Uniform { }
Expand description
Representation of a string.