[][src]Trait guion::widgets::util::caption::Caption

pub trait Caption<'w> {
    fn caption<'s>(&'s self) -> Cow<'s, str>
    where
        'w: 's
; }

Required methods

fn caption<'s>(&'s self) -> Cow<'s, str> where
    'w: 's, 

Loading content...

Implementations on Foreign Types

impl<'w> Caption<'w> for str[src]

impl<'w> Caption<'w> for String[src]

impl<'w> Caption<'w> for Path[src]

impl<'w> Caption<'w> for PathBuf[src]

impl<'w> Caption<'w> for OsStr[src]

impl<'w> Caption<'w> for OsString[src]

impl<'w, 'l, T: ?Sized> Caption<'w> for &'w T where
    T: Caption<'l>,
    'l: 'w, 
[src]

impl<'w, 'l, T: ?Sized> Caption<'w> for &'w mut T where
    T: Caption<'l>,
    'l: 'w, 
[src]

impl<'w> Caption<'w> for bool[src]

impl<'w> Caption<'w> for char[src]

impl<'w> Caption<'w> for f32[src]

impl<'w> Caption<'w> for f64[src]

impl<'w> Caption<'w> for i8[src]

impl<'w> Caption<'w> for i16[src]

impl<'w> Caption<'w> for i32[src]

impl<'w> Caption<'w> for i64[src]

impl<'w> Caption<'w> for i128[src]

impl<'w> Caption<'w> for isize[src]

impl<'w> Caption<'w> for u8[src]

impl<'w> Caption<'w> for u16[src]

impl<'w> Caption<'w> for u32[src]

impl<'w> Caption<'w> for u64[src]

impl<'w> Caption<'w> for u128[src]

impl<'w> Caption<'w> for usize[src]

Loading content...

Implementors

Loading content...