Searched defs:AsBytes (Results 1 – 4 of 4) sorted by relevance
90 pub trait AsBytes { trait95 impl<'a> AsBytes for &'a str { impl109 impl<'a> AsBytes for &'a [u8] { impl116 impl AsBytes for [u8] { impl126 impl<'a> AsBytes for &'a [u8; $N] { impl133 impl AsBytes for [u8; $N] { impl
1430 T: AsBytes, in recognize_float_parts()1539 T: AsBytes, in float()1593 T: AsBytes, in double()
1461 T: AsBytes, in recognize_float_parts()1567 T: AsBytes, in float()1620 T: AsBytes, in double()
45071 AsBytes(Span<ElementType, Extent> s) in AsBytes() function