pub fn fixture_bytes(path: impl AsRef<Path>) -> Vec<u8>Notable traits for Vec<u8, A>impl<A> Write for Vec<u8, A> where
    A: Allocator
Expand description

Load the fixture from <crate-root>/tests/fixtures/<path> and return its data, or panic.