Type Definition serde_dynamo::Result

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

Alias for a Result with the error type serde_dynamo::Error