Trait Routable

Source
pub trait Routable: AsRef<str> + Clone {
    // Required method
    fn properties(&self) -> RouteProperties;
}

Required Methods§

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§

Source§

impl Routable for DeprecatedRoute

Source§

impl Routable for express_relay_api_types::bid::Route

Source§

impl Routable for express_relay_api_types::opportunity::Route

Source§

impl Routable for express_relay_api_types::profile::Route

Source§

impl Routable for express_relay_api_types::ws::Route