Enum webview::Content[][src]

pub enum Content<S: Into<String> + Display> {
    Url(S),
    Html(S),
}

Variants

Auto Trait Implementations

impl<S> Send for Content<S> where
    S: Send

impl<S> Sync for Content<S> where
    S: Sync