Trait IntoOwningBacking

Source
pub trait IntoOwningBacking<S: AsRef<str>> {
    type Owning;

    // Required method
    fn into_owning_backing(self) -> Self::Owning;
}

Required Associated Types§

Required Methods§

Implementors§