Trait jxl_bitstream::Bundle
source · pub trait Bundle<Ctx = ()>: Sized {
type Error;
// Required method
fn parse(
bitstream: &mut Bitstream<'_>,
ctx: Ctx,
) -> Result<Self, Self::Error>;
}
Required Associated Types§
Required Methods§
Object Safety§
This trait is not object safe.