pub trait EpbfRunContext {
    type Context<'a>;
}

Required Associated Types§

source

type Context<'a>

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl EpbfRunContext for ()

§

type Context<'a> = ()

Implementors§