Trait tendermint_light_node::prelude::Runnable [−][src]
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
Loading content...Implementations on Foreign Types
impl Runnable for Box<dyn Fn() + 'static, Global>[src]
impl<C> Runnable for Help<C> where
C: Command, [src]
C: Command,
impl<Cmd> Runnable for EntryPoint<Cmd> where
Cmd: Command + Runnable, [src]
Loading content...Cmd: Command + Runnable,