lance_core::utils::testing

Trait 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§