Trait ProvideEncodingType

Source
pub trait ProvideEncodingType<Context, Kind>
where Context: Async,
{ type Encoding: Async; }

Required Associated Types§

Implementors§

Source§

impl<Component, Context, Kind> ProvideEncodingType<Context, Kind> for Component
where Context: Async, Component: DelegateComponent<EncodingTypeComponent>, Component::Delegate: ProvideEncodingType<Context, Kind>,