Contents

withBytes(_:)

Calls the given closure with the contents of underlying storage.

Declaration

func withBytes<R, E>(_ body: (RawSpan) throws(E) -> R) throws(E) -> R where E : Error

Discussion