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 : ErrorCalls the given closure with the contents of underlying storage.
func withBytes<R, E>(_ body: (RawSpan) throws(E) -> R) throws(E) -> R where E : Error