[][src]Trait ckb_occupied_capacity_core::AsCapacity

pub trait AsCapacity {
    fn as_capacity(self) -> Capacity;
}

Required methods

fn as_capacity(self) -> Capacity

Loading content...

Implementations on Foreign Types

impl AsCapacity for u64[src]

impl AsCapacity for u32[src]

impl AsCapacity for u16[src]

impl AsCapacity for u8[src]

Loading content...

Implementors

impl AsCapacity for Capacity[src]

Loading content...