[][src]Macro glsp::macro_no_op

macro_rules! macro_no_op {
    () => { ... };
}

Constructs a GError which represents a macro-no-op, and returns it.

macro_no_op!() is equivalent to:

return Err(GError::macro_no_op())