Trait lance_core::utils::testing::ObjectMetaPolicyFnT

source ·
pub trait ObjectMetaPolicyFnT:
    Fn(&str, ObjectMeta) -> Result<ObjectMeta>
    + Send
    + Sync { }

Trait Implementations§

source§

impl Debug for dyn ObjectMetaPolicyFnT

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more

Implementors§