Trait spring_stream::handler::TypedConsumer

source ·
pub trait TypedConsumer {
    // Required method
    fn typed_consumer<F: TypedHandlerFactory>(self, factory: F) -> Self;
}

Required Methods§

source

fn typed_consumer<F: TypedHandlerFactory>(self, factory: F) -> Self

Object Safety§

This trait is not object safe.

Implementors§