Trait t_rust_less_lib::api_capnp::clipboard_control::Server[][src]

pub trait Server {
    fn is_done(
        &mut self,
        _: IsDoneParams,
        _: IsDoneResults
    ) -> Promise<(), Error> { ... }
fn currently_providing(
        &mut self,
        _: CurrentlyProvidingParams,
        _: CurrentlyProvidingResults
    ) -> Promise<(), Error> { ... }
fn provide_next(
        &mut self,
        _: ProvideNextParams,
        _: ProvideNextResults
    ) -> Promise<(), Error> { ... }
fn destroy(
        &mut self,
        _: DestroyParams,
        _: DestroyResults
    ) -> Promise<(), Error> { ... } }

Provided methods

Implementors