pub fn ensure_response<OuterOrigin>( o: OuterOrigin, ) -> Result<Location, BadOrigin>where OuterOrigin: Into<Result<Origin, OuterOrigin>>,
Ensure that the origin o represents an XCM response origin.
o
Returns Ok with the location of the responder or an Err otherwise.
Ok
Err