pub trait IntoCtx<Ctx: Copy = (), This: ?Sized = [u8]>: Sized { fn into_ctx(self, _: &mut This, ctx: Ctx); }
Writes Self into This using the context Ctx
Self
This
Ctx