Type Definition postcard::Result

source · []
pub type Result<T> = Result<T, Error>;
Expand description

This is the Result type used by Postcard.