Type Definition rustdds::dds::error::Result[][src]

type Result<T> = Result<T, Error>;

This is a specialized Result, similar to std::io::Result