Function proto::detect_version
source · pub async fn detect_version<'l, T>(
tool: &Box<T, Global>,
manifest: &Manifest,
forced_version: Option<String>
) -> impl Future<Output = Result<String, ProtoError>>where
T: Tool<'l> + ?Sized,