Skip to main content

HasUrlType

Trait HasUrlType 

Source
pub trait HasUrlType {
    type Url;
}

Required Associated Types§

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§

Source§

impl<Context> HasUrlType for Context
where Context: HasCgpProvider, Context::CgpProvider: UrlTypeProvider<Context>,

Source§

type Url = <<Context as HasCgpProvider>::CgpProvider as UrlTypeProvider<Context>>::Url