pub type SpecString = Seq<char>;Expand description
We use this special alias to tell the exec_spec_verified and exec_spec_unverified macros to
compile Seq<char> to String instead of Vec<char>.
Aliased Type§
pub struct SpecString { /* private fields */ }Trait Implementations§
Source§impl ExecSpecType for SpecString
Impls for shared traits
impl ExecSpecType for SpecString
Impls for shared traits
Source§type ExecOwnedType = String
type ExecOwnedType = String
Owned version of the exec type.
Source§type ExecRefType<'a> = &'a str
type ExecRefType<'a> = &'a str
Reference version of the exec type.