File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 11use typed_path:: Utf8UnixPath ;
22
3+ #[ cfg( doc) ]
4+ use super :: super :: api:: Error as ApiError ;
35use super :: super :: api:: { ApiV1 , Result as ApiResult } ;
46use crate :: { DistributionID , WSLSessionInformation } ;
57use std:: net:: TcpStream ;
8+ #[ cfg( doc) ]
9+ use windows:: core:: GUID ;
610
711/// Represents a command to be executed in WSL.
812///
@@ -133,7 +137,7 @@ impl<'a> WSLCommand<'a> {
133137 /// This method determines the API call to be used based on the [`DistributionID`]:
134138 /// - If [`DistributionID::System`], the method invokes [`execute_binary`](super::ApiV1::execute_binary).
135139 /// - If [`DistributionID::User`], it invokes [`execute_binary_in_distribution`](super::ApiV1::execute_binary_in_distribution)
136- /// with the associated [` GUID` ].
140+ /// with the associated [GUID].
137141 ///
138142 /// # Returns
139143 /// - On success, it returns a [`TcpStream`] connected to the executed process, enabling interaction
You can’t perform that action at this time.
0 commit comments