func()

in v3/materials/mat_desc.go [31:33]


func (md *MaterialDescription) DecodeDescription(b []byte) error {
	return json.Unmarshal(b, &md)
}