Type Definition serde_dynamo::Result[][src]

pub type Result<T, E = Error> = Result<T, E>;
Expand description

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