[][src]Type Definition core_extensions::maybe_unsafe::IsSafe

type IsSafe = ();

Represents the safe effect.

Functions taking this as a parameter should not to be unsafe.

For examples of how to use this look at the module-level documentation.

Trait Implementations

impl MaybeUnsafe for IsSafe[src]