[][src]Macro tendermint_light_client::bail

macro_rules! bail {
    ($kind:expr) => { ... };
}

Bail out of the current function with the given error kind.