[][src]Type Definition postcard::Result

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

This is the Result type used by Postcard.