[][src]Type Definition radio_api::RadioResult

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

Custom error type for radio operations.