Construct an `Ascii` value from `bytes`, without checking whether `bytes` actually contains well-formed ASCII. This constructor is infallible, and returns an `Ascii` directly, rather than a `Result ` as the `from_bytes` constructor does. # Safety The caller must ensure that `bytes` contains only ASCII characters: bytes no greater than 0x7f. Otherwise, the effect is undefine
(bytes: Vec<u8>)
source not stored for this graph (policy: none)