pub trait DeepLinksExt {
    // Required method
    fn into_web_deep_links(self) -> Self;
}

Required Methods§

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

Implementors§