Trait TranscoderImpl

Source
pub trait TranscoderImpl<K, I>
where K: TranscoderKind, I: Pullable<Item = K::Input>,
{ // Required method fn transcode( &self, input: &mut PullBuffer<I>, output: &mut PushBuffer<'_, K::Output>, ); }

Required Methods§

Source

fn transcode( &self, input: &mut PullBuffer<I>, output: &mut PushBuffer<'_, K::Output>, )

Implementors§

Source§

impl<I> TranscoderImpl<DecodeString, I> for Std
where I: Pullable<Item = u8>,

Source§

impl<I> TranscoderImpl<DecodeString, I> for Standard
where I: Pullable<Item = u8>,

Source§

impl<I> TranscoderImpl<DecodeString, I> for Symbol
where I: Pullable<Item = u8>,

Source§

impl<I> TranscoderImpl<DecodeString, I> for ZapfDingbats
where I: Pullable<Item = u8>,

Source§

impl<I> TranscoderImpl<DecodeString, I> for Cp437
where I: Pullable<Item = u8>,

Source§

impl<I> TranscoderImpl<DecodeString, I> for Cp737
where I: Pullable<Item = u8>,

Source§

impl<I> TranscoderImpl<DecodeString, I> for Cp775
where I: Pullable<Item = u8>,

Source§

impl<I> TranscoderImpl<DecodeString, I> for Cp850
where I: Pullable<Item = u8>,

Source§

impl<I> TranscoderImpl<DecodeString, I> for Cp852
where I: Pullable<Item = u8>,

Source§

impl<I> TranscoderImpl<DecodeString, I> for Cp855
where I: Pullable<Item = u8>,

Source§

impl<I> TranscoderImpl<DecodeString, I> for Cp857
where I: Pullable<Item = u8>,

Source§

impl<I> TranscoderImpl<DecodeString, I> for Cp860
where I: Pullable<Item = u8>,

Source§

impl<I> TranscoderImpl<DecodeString, I> for Cp861
where I: Pullable<Item = u8>,

Source§

impl<I> TranscoderImpl<DecodeString, I> for Cp862
where I: Pullable<Item = u8>,

Source§

impl<I> TranscoderImpl<DecodeString, I> for Cp863
where I: Pullable<Item = u8>,

Source§

impl<I> TranscoderImpl<DecodeString, I> for Cp864
where I: Pullable<Item = u8>,

Source§

impl<I> TranscoderImpl<DecodeString, I> for Cp865
where I: Pullable<Item = u8>,

Source§

impl<I> TranscoderImpl<DecodeString, I> for Cp866
where I: Pullable<Item = u8>,

Source§

impl<I> TranscoderImpl<DecodeString, I> for Cp869
where I: Pullable<Item = u8>,

Source§

impl<I> TranscoderImpl<DecodeString, I> for mchr::str::dos::Cp874
where I: Pullable<Item = u8>,

Source§

impl<I> TranscoderImpl<DecodeString, I> for Cp037
where I: Pullable<Item = u8>,

Source§

impl<I> TranscoderImpl<DecodeString, I> for Cp500
where I: Pullable<Item = u8>,

Source§

impl<I> TranscoderImpl<DecodeString, I> for Cp875
where I: Pullable<Item = u8>,

Source§

impl<I> TranscoderImpl<DecodeString, I> for Cp1026
where I: Pullable<Item = u8>,

Source§

impl<I> TranscoderImpl<DecodeString, I> for Iso8859_1
where I: Pullable<Item = u8>,

Source§

impl<I> TranscoderImpl<DecodeString, I> for Iso8859_2
where I: Pullable<Item = u8>,

Source§

impl<I> TranscoderImpl<DecodeString, I> for Iso8859_3
where I: Pullable<Item = u8>,

Source§

impl<I> TranscoderImpl<DecodeString, I> for Iso8859_4
where I: Pullable<Item = u8>,

Source§

impl<I> TranscoderImpl<DecodeString, I> for Iso8859_5
where I: Pullable<Item = u8>,

Source§

impl<I> TranscoderImpl<DecodeString, I> for Iso8859_6
where I: Pullable<Item = u8>,

Source§

impl<I> TranscoderImpl<DecodeString, I> for Iso8859_7
where I: Pullable<Item = u8>,

Source§

impl<I> TranscoderImpl<DecodeString, I> for Iso8859_8
where I: Pullable<Item = u8>,

Source§

impl<I> TranscoderImpl<DecodeString, I> for Iso8859_9
where I: Pullable<Item = u8>,

Source§

impl<I> TranscoderImpl<DecodeString, I> for Iso8859_10
where I: Pullable<Item = u8>,

Source§

impl<I> TranscoderImpl<DecodeString, I> for Iso8859_11
where I: Pullable<Item = u8>,

Source§

impl<I> TranscoderImpl<DecodeString, I> for Iso8859_13
where I: Pullable<Item = u8>,

Source§

impl<I> TranscoderImpl<DecodeString, I> for Iso8859_14
where I: Pullable<Item = u8>,

Source§

impl<I> TranscoderImpl<DecodeString, I> for Iso8859_15
where I: Pullable<Item = u8>,

Source§

impl<I> TranscoderImpl<DecodeString, I> for Iso8859_16
where I: Pullable<Item = u8>,

Source§

impl<I> TranscoderImpl<DecodeString, I> for Arabic
where I: Pullable<Item = u8>,

Source§

impl<I> TranscoderImpl<DecodeString, I> for Celtic
where I: Pullable<Item = u8>,

Source§

impl<I> TranscoderImpl<DecodeString, I> for CentralEuropean
where I: Pullable<Item = u8>,

Source§

impl<I> TranscoderImpl<DecodeString, I> for Croatian
where I: Pullable<Item = u8>,

Source§

impl<I> TranscoderImpl<DecodeString, I> for Cyrillic
where I: Pullable<Item = u8>,

Source§

impl<I> TranscoderImpl<DecodeString, I> for Dingbats
where I: Pullable<Item = u8>,

Source§

impl<I> TranscoderImpl<DecodeString, I> for Farsi
where I: Pullable<Item = u8>,

Source§

impl<I> TranscoderImpl<DecodeString, I> for Gaelic
where I: Pullable<Item = u8>,

Source§

impl<I> TranscoderImpl<DecodeString, I> for Greek
where I: Pullable<Item = u8>,

Source§

impl<I> TranscoderImpl<DecodeString, I> for Iceland
where I: Pullable<Item = u8>,

Source§

impl<I> TranscoderImpl<DecodeString, I> for Inuit
where I: Pullable<Item = u8>,

Source§

impl<I> TranscoderImpl<DecodeString, I> for Roman
where I: Pullable<Item = u8>,

Source§

impl<I> TranscoderImpl<DecodeString, I> for Romanian
where I: Pullable<Item = u8>,

Source§

impl<I> TranscoderImpl<DecodeString, I> for Turkish
where I: Pullable<Item = u8>,

Source§

impl<I> TranscoderImpl<DecodeString, I> for AsciiQuotes
where I: Pullable<Item = u8>,

Source§

impl<I> TranscoderImpl<DecodeString, I> for AtariST
where I: Pullable<Item = u8>,

Source§

impl<I> TranscoderImpl<DecodeString, I> for Cp424
where I: Pullable<Item = u8>,

Source§

impl<I> TranscoderImpl<DecodeString, I> for Cp856
where I: Pullable<Item = u8>,

Source§

impl<I> TranscoderImpl<DecodeString, I> for Cp1006
where I: Pullable<Item = u8>,

Source§

impl<I> TranscoderImpl<DecodeString, I> for Koi8R
where I: Pullable<Item = u8>,

Source§

impl<I> TranscoderImpl<DecodeString, I> for Koi8U
where I: Pullable<Item = u8>,

Source§

impl<I> TranscoderImpl<DecodeString, I> for Kz1048
where I: Pullable<Item = u8>,

Source§

impl<I> TranscoderImpl<DecodeString, I> for NextStep
where I: Pullable<Item = u8>,

Source§

impl<I> TranscoderImpl<DecodeString, I> for Utf16BE
where I: Pullable<Item = u8>,

Source§

impl<I> TranscoderImpl<DecodeString, I> for Utf16LE
where I: Pullable<Item = u8>,

Source§

impl<I> TranscoderImpl<DecodeString, I> for mchr::str::windows::Cp874
where I: Pullable<Item = u8>,

Source§

impl<I> TranscoderImpl<DecodeString, I> for Cp1250
where I: Pullable<Item = u8>,

Source§

impl<I> TranscoderImpl<DecodeString, I> for Cp1251
where I: Pullable<Item = u8>,

Source§

impl<I> TranscoderImpl<DecodeString, I> for Cp1252
where I: Pullable<Item = u8>,

Source§

impl<I> TranscoderImpl<DecodeString, I> for Cp1253
where I: Pullable<Item = u8>,

Source§

impl<I> TranscoderImpl<DecodeString, I> for Cp1254
where I: Pullable<Item = u8>,

Source§

impl<I> TranscoderImpl<DecodeString, I> for Cp1255
where I: Pullable<Item = u8>,

Source§

impl<I> TranscoderImpl<DecodeString, I> for Cp1256
where I: Pullable<Item = u8>,

Source§

impl<I> TranscoderImpl<DecodeString, I> for Cp1267
where I: Pullable<Item = u8>,

Source§

impl<I> TranscoderImpl<DecodeString, I> for Cp1268
where I: Pullable<Item = u8>,

Source§

impl<I> TranscoderImpl<EncodeString, I> for Std
where I: Pullable<Item = char>,

Source§

impl<I> TranscoderImpl<EncodeString, I> for Standard
where I: Pullable<Item = char>,

Source§

impl<I> TranscoderImpl<EncodeString, I> for Symbol
where I: Pullable<Item = char>,

Source§

impl<I> TranscoderImpl<EncodeString, I> for ZapfDingbats
where I: Pullable<Item = char>,

Source§

impl<I> TranscoderImpl<EncodeString, I> for Cp437
where I: Pullable<Item = char>,

Source§

impl<I> TranscoderImpl<EncodeString, I> for Cp737
where I: Pullable<Item = char>,

Source§

impl<I> TranscoderImpl<EncodeString, I> for Cp775
where I: Pullable<Item = char>,

Source§

impl<I> TranscoderImpl<EncodeString, I> for Cp850
where I: Pullable<Item = char>,

Source§

impl<I> TranscoderImpl<EncodeString, I> for Cp852
where I: Pullable<Item = char>,

Source§

impl<I> TranscoderImpl<EncodeString, I> for Cp855
where I: Pullable<Item = char>,

Source§

impl<I> TranscoderImpl<EncodeString, I> for Cp857
where I: Pullable<Item = char>,

Source§

impl<I> TranscoderImpl<EncodeString, I> for Cp860
where I: Pullable<Item = char>,

Source§

impl<I> TranscoderImpl<EncodeString, I> for Cp861
where I: Pullable<Item = char>,

Source§

impl<I> TranscoderImpl<EncodeString, I> for Cp862
where I: Pullable<Item = char>,

Source§

impl<I> TranscoderImpl<EncodeString, I> for Cp863
where I: Pullable<Item = char>,

Source§

impl<I> TranscoderImpl<EncodeString, I> for Cp864
where I: Pullable<Item = char>,

Source§

impl<I> TranscoderImpl<EncodeString, I> for Cp865
where I: Pullable<Item = char>,

Source§

impl<I> TranscoderImpl<EncodeString, I> for Cp866
where I: Pullable<Item = char>,

Source§

impl<I> TranscoderImpl<EncodeString, I> for Cp869
where I: Pullable<Item = char>,

Source§

impl<I> TranscoderImpl<EncodeString, I> for mchr::str::dos::Cp874
where I: Pullable<Item = char>,

Source§

impl<I> TranscoderImpl<EncodeString, I> for Cp037
where I: Pullable<Item = char>,

Source§

impl<I> TranscoderImpl<EncodeString, I> for Cp500
where I: Pullable<Item = char>,

Source§

impl<I> TranscoderImpl<EncodeString, I> for Cp875
where I: Pullable<Item = char>,

Source§

impl<I> TranscoderImpl<EncodeString, I> for Cp1026
where I: Pullable<Item = char>,

Source§

impl<I> TranscoderImpl<EncodeString, I> for Iso8859_1
where I: Pullable<Item = char>,

Source§

impl<I> TranscoderImpl<EncodeString, I> for Iso8859_2
where I: Pullable<Item = char>,

Source§

impl<I> TranscoderImpl<EncodeString, I> for Iso8859_3
where I: Pullable<Item = char>,

Source§

impl<I> TranscoderImpl<EncodeString, I> for Iso8859_4
where I: Pullable<Item = char>,

Source§

impl<I> TranscoderImpl<EncodeString, I> for Iso8859_5
where I: Pullable<Item = char>,

Source§

impl<I> TranscoderImpl<EncodeString, I> for Iso8859_6
where I: Pullable<Item = char>,

Source§

impl<I> TranscoderImpl<EncodeString, I> for Iso8859_7
where I: Pullable<Item = char>,

Source§

impl<I> TranscoderImpl<EncodeString, I> for Iso8859_8
where I: Pullable<Item = char>,

Source§

impl<I> TranscoderImpl<EncodeString, I> for Iso8859_9
where I: Pullable<Item = char>,

Source§

impl<I> TranscoderImpl<EncodeString, I> for Iso8859_10
where I: Pullable<Item = char>,

Source§

impl<I> TranscoderImpl<EncodeString, I> for Iso8859_11
where I: Pullable<Item = char>,

Source§

impl<I> TranscoderImpl<EncodeString, I> for Iso8859_13
where I: Pullable<Item = char>,

Source§

impl<I> TranscoderImpl<EncodeString, I> for Iso8859_14
where I: Pullable<Item = char>,

Source§

impl<I> TranscoderImpl<EncodeString, I> for Iso8859_15
where I: Pullable<Item = char>,

Source§

impl<I> TranscoderImpl<EncodeString, I> for Iso8859_16
where I: Pullable<Item = char>,

Source§

impl<I> TranscoderImpl<EncodeString, I> for Arabic
where I: Pullable<Item = char>,

Source§

impl<I> TranscoderImpl<EncodeString, I> for Celtic
where I: Pullable<Item = char>,

Source§

impl<I> TranscoderImpl<EncodeString, I> for CentralEuropean
where I: Pullable<Item = char>,

Source§

impl<I> TranscoderImpl<EncodeString, I> for Croatian
where I: Pullable<Item = char>,

Source§

impl<I> TranscoderImpl<EncodeString, I> for Cyrillic
where I: Pullable<Item = char>,

Source§

impl<I> TranscoderImpl<EncodeString, I> for Dingbats
where I: Pullable<Item = char>,

Source§

impl<I> TranscoderImpl<EncodeString, I> for Farsi
where I: Pullable<Item = char>,

Source§

impl<I> TranscoderImpl<EncodeString, I> for Gaelic
where I: Pullable<Item = char>,

Source§

impl<I> TranscoderImpl<EncodeString, I> for Greek
where I: Pullable<Item = char>,

Source§

impl<I> TranscoderImpl<EncodeString, I> for Iceland
where I: Pullable<Item = char>,

Source§

impl<I> TranscoderImpl<EncodeString, I> for Inuit
where I: Pullable<Item = char>,

Source§

impl<I> TranscoderImpl<EncodeString, I> for Roman
where I: Pullable<Item = char>,

Source§

impl<I> TranscoderImpl<EncodeString, I> for Romanian
where I: Pullable<Item = char>,

Source§

impl<I> TranscoderImpl<EncodeString, I> for Turkish
where I: Pullable<Item = char>,

Source§

impl<I> TranscoderImpl<EncodeString, I> for AsciiQuotes
where I: Pullable<Item = char>,

Source§

impl<I> TranscoderImpl<EncodeString, I> for AtariST
where I: Pullable<Item = char>,

Source§

impl<I> TranscoderImpl<EncodeString, I> for Cp424
where I: Pullable<Item = char>,

Source§

impl<I> TranscoderImpl<EncodeString, I> for Cp856
where I: Pullable<Item = char>,

Source§

impl<I> TranscoderImpl<EncodeString, I> for Cp1006
where I: Pullable<Item = char>,

Source§

impl<I> TranscoderImpl<EncodeString, I> for Koi8R
where I: Pullable<Item = char>,

Source§

impl<I> TranscoderImpl<EncodeString, I> for Koi8U
where I: Pullable<Item = char>,

Source§

impl<I> TranscoderImpl<EncodeString, I> for Kz1048
where I: Pullable<Item = char>,

Source§

impl<I> TranscoderImpl<EncodeString, I> for NextStep
where I: Pullable<Item = char>,

Source§

impl<I> TranscoderImpl<EncodeString, I> for Utf16BE
where I: Pullable<Item = char>,

Source§

impl<I> TranscoderImpl<EncodeString, I> for Utf16LE
where I: Pullable<Item = char>,

Source§

impl<I> TranscoderImpl<EncodeString, I> for mchr::str::windows::Cp874
where I: Pullable<Item = char>,

Source§

impl<I> TranscoderImpl<EncodeString, I> for Cp1250
where I: Pullable<Item = char>,

Source§

impl<I> TranscoderImpl<EncodeString, I> for Cp1251
where I: Pullable<Item = char>,

Source§

impl<I> TranscoderImpl<EncodeString, I> for Cp1252
where I: Pullable<Item = char>,

Source§

impl<I> TranscoderImpl<EncodeString, I> for Cp1253
where I: Pullable<Item = char>,

Source§

impl<I> TranscoderImpl<EncodeString, I> for Cp1254
where I: Pullable<Item = char>,

Source§

impl<I> TranscoderImpl<EncodeString, I> for Cp1255
where I: Pullable<Item = char>,

Source§

impl<I> TranscoderImpl<EncodeString, I> for Cp1256
where I: Pullable<Item = char>,

Source§

impl<I> TranscoderImpl<EncodeString, I> for Cp1267
where I: Pullable<Item = char>,

Source§

impl<I> TranscoderImpl<EncodeString, I> for Cp1268
where I: Pullable<Item = char>,