FuncType - v0.8.64
    Preparing search index...

    Function from

    Creates an Option from any value. Alias for Option function.

    • Type Parameters

      • T

        The type of the value

      Parameters

      • value: T

        The value to wrap

      Returns Option<T>

      Some(value) if value is defined, None otherwise