Type Alias sync15::CollectionName

source ·
pub type CollectionName = Cow<'static, str>;

Aliased Type§

enum CollectionName {
    Borrowed(&'static str),
    Owned(String),
}

Variants§

§1.0.0

Borrowed(&'static str)

Borrowed data.

§1.0.0

Owned(String)

Owned data.