func github.com/aws/smithy-go/ptr.ToByte

4 uses

	github.com/aws/smithy-go/ptr (current package)
		from_ptr.go#L46: func ToByte(p *byte) (v byte) {
		from_ptr.go#L60: 		ps[i] = ToByte(v)
		from_ptr.go#L72: 		ps[k] = ToByte(v)

	github.com/aws/aws-sdk-go-v2/aws
		from_ptr.go#L35: 	return ptr.ToByte(p)