pub type SpecString = Seq<char>;
Expand description
Aliased Type§
struct SpecString { /* private fields */ }
Trait Implementations§
Source§impl ExecSpecType for SpecString
impl ExecSpecType for SpecString
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.