[][src]Type Definition serde_dynamo::Result

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

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