Function space_rx::send[][src]

pub fn send<T: ApiRequest>(request: &T) -> Result<T::Output, Error>

Sends off a built SpaceX API request, and returns the model associated with the request type.