[][src]Trait doors::ServerProcedure

pub trait ServerProcedure {
    fn rust();

    extern "C" fn c(
        _cookie: *const c_void,
        argp: *const c_char,
        arg_size: size_t,
        dp: *const door_desc_t,
        n_desc: c_uint
    ) { ... }
fn attach_to(path: &str) -> Option<Door> { ... } }

Required methods

fn rust()

Loading content...

Provided methods

extern "C" fn c(
    _cookie: *const c_void,
    argp: *const c_char,
    arg_size: size_t,
    dp: *const door_desc_t,
    n_desc: c_uint
)

fn attach_to(path: &str) -> Option<Door>

Loading content...

Implementors

Loading content...