Type Alias surreal_simple_querybuilder::querybuilder::CowSegment
source · pub type CowSegment<'a> = Cow<'a, str>;
Aliased Type§
enum CowSegment<'a> {
Borrowed(&'a str),
Owned(String),
}
pub type CowSegment<'a> = Cow<'a, str>;
enum CowSegment<'a> {
Borrowed(&'a str),
Owned(String),
}