Struct pager::Pager [] [src]

pub struct Pager { /* fields omitted */ }

Methods

impl Pager
[src]

[src]

Creates new instance of pager with default settings

[src]

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

[src]

Deprecated since 0.12.0

: use with_env() instead

[src]

Creates a new pager instance directly specifying the desired pager

[src]

Gives quick assessment of successful Pager setup

[src]

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]

[src]

Formats the value using the given formatter.

impl Default for Pager
[src]

[src]

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