pub trait ExtractFromTransactionCtx {
    // Required method
    fn extract(ctx: &Ctx) -> Self;
}

Required Methods§

source

fn extract(ctx: &Ctx) -> Self

Object Safety§

This trait is not object safe.

Implementors§