Type Definition serde_dynamo::Result[][src]

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

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