Trait scroll::ctx::FromCtx [] [src]

pub trait FromCtx<Ctx: Copy = (), This: ?Sized = [u8]> {
    fn from_ctx(this: &This, ctx: Ctx) -> Self;
}

Reads Self from This using the context Ctx; must not fail

Required Methods

Implementors