Trait byte_fmt::eval::EvalScopeImpl
source · pub trait EvalScopeImpl {
// Provided methods
fn about(&self) -> (String, String) { ... }
fn list_funcs(&self) -> &[ScopeFunc<&Self>] { ... }
fn list_eval(&self) -> &[ScopeEval<&Self>] { ... }
}