Trait scroll::ctx::FromCtx [−][src]
pub trait FromCtx<Ctx: Copy = (), This: ?Sized = [u8]> {
fn from_ctx(this: &This, ctx: Ctx) -> Self;
}Expand description
Reads Self from This using the context Ctx; must not fail
