Trait graphviz::IntoCow [] [src]

pub trait IntoCow<'a, B: ?Sized> where B: ToOwned {
    fn into_cow(self) -> Cow<'a, B>;
}
Unstable (rustc_private)

Required Methods

fn into_cow(self) -> Cow<'a, B>

Unstable (rustc_private)

Implementors