Type Definition xcm::v2::prelude::opaque::SendResult [−][src]
pub type SendResult = Result<(), SendError>;
Expand description
Result value when attempting to send an XCM message.
pub type SendResult = Result<(), SendError>;
Result value when attempting to send an XCM message.