Struct capsize::Bytes [] [src]

pub struct Bytes { /* fields omitted */ }

Bytes is a simple type to extract a capacity size, in bytes, from a string value

Trait Implementations

impl Capacity for Bytes
[src]

size in bytes

size in kilobytes

size in megabytes

size in gigabytes

size in terabytes

size in petabytes

size in exabytes

size as a human readable string

impl Debug for Bytes
[src]

Formats the value using the given formatter.

impl FromStr for Bytes
[src]

The associated error which can be returned from parsing.

Parses a string s to return a value of this type. Read more