pubmodfs;usecrate::types::{errors::Result,safepath::SafePath, OwnershipInfo};pubtraitOwnershipOracle: Send + Sync {/// Get ownership information for the specified path.
/// # Errors
/// Returns an error if ownership information cannot be determined.
fnowner_of(&self, path:&SafePath)->Result<OwnershipInfo>;}