[][src]Type Definition cp_api::Result

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

A Result alias where the Err is cp_api::Error.