Trait ascii::AsMutAsciiStr [−][src]
Convert mutable slices of bytes to AsciiStr.
Required methods
unsafe fn as_mut_ascii_str_unchecked(&mut self) -> &mut AsciiStr[src]
Convert to a mutable ASCII slice without checking for non-ASCII characters.
fn as_mut_ascii_str(&mut self) -> Result<&mut AsciiStr, AsAsciiStrError>[src]
Convert to a mutable ASCII slice.
Implementations on Foreign Types
impl<'a, T: ?Sized> AsMutAsciiStr for &'a mut T where
T: AsMutAsciiStr, [src]
T: AsMutAsciiStr,