pub trait OwnershipOracle: Send + Sync {
// Required method
fn owner_of(&self, path: &SafePath) -> Result<OwnershipInfo>;
}
pub trait OwnershipOracle: Send + Sync {
// Required method
fn owner_of(&self, path: &SafePath) -> Result<OwnershipInfo>;
}