pub type ResultOf<C, R> = <C as Contract>::Result<R, <C as Contract>::Error>;
Contract specific result type