[][src]Type Definition s3::error::S3Result

type S3Result<T, E = S3Error> = Result<T, E>;