Type Definition radio_api::RadioResult[][src]

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

Custom error type for radio operations.