Trait snarkvm_console_network::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.

Implementors§