Trait IocExt

Source
pub trait IocExt {
    type Parts;

    // Required method
    fn split(self) -> Self::Parts;
}

Required Associated Types§

Required Methods§

Source

fn split(self) -> Self::Parts

Implementations on Foreign Types§

Source§

impl IocExt for Ioc

Implementors§