pub trait OfflineArgs {
    fn offline_args(self) -> Self;
fn offline_args_config(self, config: &dyn ArgsConfig) -> Self; }

Required methods

Implementations on Foreign Types

Implementors