get_dependents

Function get_dependents 

Source
pub async fn get_dependents(
    configuration: &Configuration,
    workspace: &str,
    imported_path: &str,
) -> Result<Vec<DependencyDependent>, Error<GetDependentsError>>