[][src]Type Definition in_stream::InStreamConfigAny

type InStreamConfigAny = Box<dyn Any + Send + 'static>;

dynamic type for passing around in_stream configuration this is a stopgap until rust allows better constraints on associated types

Trait Implementations

impl InStreamConfig for InStreamConfigAny[src]