[−][src]Trait jsonrpc_ws_server::MetaExtractor
Metadata extractor from session data.
Required methods
fn extract(&self, _context: &RequestContext) -> M
Extract metadata for given session
Implementors
impl<M, F> MetaExtractor<M> for F where
M: Metadata,
F: Fn(&RequestContext) -> M + Send + Sync + 'static,
[src]
M: Metadata,
F: Fn(&RequestContext) -> M + Send + Sync + 'static,