pub async fn load_object(
    search_dirs: &Vec<Arc<DirectoryProxy>>,
    object_name: &str
) -> Result<Vmo, Vec<Error>>
Expand description

Helper function to load object_name from search_dirs. This function looks in the given directories, and returns the first VMO matching |object_name| that is found.