leptos_use

Trait IntoDeviceIds

Source
pub trait IntoDeviceIds<M> {
    // Required method
    fn into_device_ids(self) -> Vec<String>;
}

Required Methods§

Implementors§

Source§

impl<T> IntoDeviceIds<String> for T
where T: Into<String>,

Source§

impl<T, I> IntoDeviceIds<VecMarker> for T
where T: IntoIterator<Item = I>, I: Into<String>,