[−][src]Trait tendermint_light_node::prelude::Runnable
Runnable is a common trait for things which can be run without any
arguments.
Its primary intended purpose is for use in conjunction with Command.
Required methods
fn run(&self)
Run this Runnable
Implementations on Foreign Types
impl<C> Runnable for Help<C> where
C: Command, [src]
C: Command,
impl Runnable for Box<dyn Fn() + 'static>[src]
impl<Cmd> Runnable for EntryPoint<Cmd> where
Cmd: Command + Runnable, [src]
Loading content...
Cmd: Command + Runnable,