Type Definition janetrs::JanetCFunction[][src]

type JanetCFunction = JanetCFunction;
Expand description

C function pointer that is accepted by Janet as a type.

Trait Implementations

impl TryFrom<Janet> for JanetCFunction[src]

type Error = JanetConversionError

The type returned in the event of a conversion error.

fn try_from(value: Janet) -> Result<Self, Self::Error>[src]

Performs the conversion.