[−][src]Trait ascii::AsMutAsciiStr
Convert mutable slices of bytes to AsciiStr
.
Required methods
unsafe fn as_mut_ascii_str_unchecked(&mut self) -> &mut AsciiStr
Convert to a mutable ASCII slice without checking for non-ASCII characters.
fn as_mut_ascii_str(&mut self) -> Result<&mut AsciiStr, AsAsciiStrError>
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,