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