Type Definition indy_vdr::common::error::VdrResult[][src]

type VdrResult<T> = Result<T, VdrError>;

Library result type