☰
EiffelVisHttpApp
Implementors
In eiffelvis_http
?
Trait
eiffelvis_http
::
EiffelVisHttpApp
source
·
[
−
]
pub trait EiffelVisHttpApp: EiffelVisApp +
Send
+
Sync
+ 'static { }
Implementors
source
impl<T>
EiffelVisHttpApp
for T
where
T: EiffelVisApp +
Send
+
Sync
+ 'static,