pub struct NonSend { /* private fields */ }
Expand description

Marker type that indiates everything in the DynamicArena isn’t nesicarrily Send.

This prevents you from Sending the arena itself across threads, as described in the Sendable docs.

Trait Implementations

Create an arena corresponding to this type of thread-safety

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.