Trait scroll::ctx::IntoCtx[][src]

pub trait IntoCtx<Ctx: Copy = (), This: ?Sized = [u8]>: Sized {
    fn into_ctx(self, _: &mut This, ctx: Ctx);
}
Expand description

Writes Self into This using the context Ctx

Required methods

Implementations on Foreign Types

Implementors