Docs.rs
  • libdvb-rs-0.4.2
    • libdvb-rs 0.4.2
    • Docs.rs crate page
    • MIT
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • danog
    • Dependencies
      • anyhow ^1.0 normal
      • bitflags ^1.3.2 normal
      • itertools ^0.10.2 normal
      • nix ^0.19 normal
      • strum ^0.23 normal
    • Versions
    • 42.33% of the crate is documented
  • Go to latest version
  • Platform
    • i686-unknown-linux-gnu
    • x86_64-apple-darwin
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Badges
    • Builds
    • Metadata
    • Shorthand URLs
    • Download
    • Rustdoc JSON
    • Build queue
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation
logo

logo

WrappedResult

Required Methods

  • get

Implementors

In libdvb_rs::fe::sys

logo
Change settings

Trait libdvb_rs::fe::sys::WrappedResult

source · [−]
pub trait WrappedResult<T> {
    fn get(&self) -> Result<T>;
}

Required methods

source

fn get(&self) -> Result<T>

Implementors

source

impl WrappedResult<()> for DtvPropertyRequestVoid

source

impl WrappedResult<Vec<fe_delivery_system, Global>> for DtvPropertyRequestDeliverySystems

source

impl WrappedResult<DtvFrontendStats> for DtvPropertyRequestFrontendStats

source

impl<T: Copy + Debug> WrappedResult<T> for DtvPropertyRequestInt<T>