[−][src]Type Definition futures::StartSend
type StartSend<T, E> = Result<AsyncSink<T>, E>;
Return type of the Sink::start_send
method, indicating the outcome of a
send attempt. See AsyncSink
for more details.
type StartSend<T, E> = Result<AsyncSink<T>, E>;
Return type of the Sink::start_send
method, indicating the outcome of a
send attempt. See AsyncSink
for more details.