Skip to main content

HttpInterface

Trait HttpInterface 

Source
pub trait HttpInterface:
    DispatchStringDictAsync<Error = Error, Poly = Value>
    + DispatchStringTupleAsync<Error = Error>
    + Send
    + Sync
    + 'static { }

Dyn Compatibility§

This trait is dyn compatible.

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

Implementations on Foreign Types§

Source§

impl<T> HttpInterface for Arc<T>
where T: HttpInterface + ?Sized,

Implementors§