pub struct Ascii {}
Expand description
ASCII encoding.
Implementations§
Source§impl Ascii
impl Ascii
Sourcepub fn iter<'iter, I>(iter: I) -> Decoder<'iter, I> ⓘ
pub fn iter<'iter, I>(iter: I) -> Decoder<'iter, I> ⓘ
Create an iterator that decodes the given iterator of bytes into characters.
Auto Trait Implementations§
impl Freeze for Ascii
impl RefUnwindSafe for Ascii
impl Send for Ascii
impl Sync for Ascii
impl Unpin for Ascii
impl UnwindSafe for Ascii
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more