Tcl_FSGetCwdProc

Type Alias Tcl_FSGetCwdProc 

Source
pub type Tcl_FSGetCwdProc = Option<unsafe extern "C" fn(interp: *mut Tcl_Interp) -> *mut Tcl_Obj>;

Aliased Type§

pub enum Tcl_FSGetCwdProc {
    None,
    Some(unsafe extern "C" fn(*mut Tcl_Interp) -> *mut Tcl_Obj),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut Tcl_Interp) -> *mut Tcl_Obj)

Some value of type T.