Type Definition cbor_smol::error::Result[][src]

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

This is the Result type used by cbor-smol.