Struct pager::Pager [] [src]

pub struct Pager { /* fields omitted */ }

Methods

impl Pager
[src]

Creates new instance of pager with default settings

Creates new instance of pager using env environment variable instead of PAGER

Deprecated since 0.12.0

: use with_env() instead

Creates a new pager instance directly specifying the desired pager

Gives quick assessment of successful Pager setup

Initiates Pager framework and sets up all the necessary environment for sending standard output to the activated pager.

Trait Implementations

impl Debug for Pager
[src]

Formats the value using the given formatter.

impl Default for Pager
[src]

Returns the "default value" for a type. Read more