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

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

Reads Self from This using the context Ctx

Required Methods

Implementors