pub type ProcessIdResponse<'a> = LocalBoxFuture<'a, Result<ProcessId, Error>>;
pub struct ProcessIdResponse<'a> { /* private fields */ }