SYMBOL INDEX (42 symbols across 9 files) FILE: examples/hello_world.rs function main (line 3) | fn main() { FILE: examples/primary_selection.rs function main (line 7) | fn main() { function main (line 16) | fn main() { FILE: src/common.rs type Result (line 17) | pub type Result = std::result::Result Result; method set_contents (line 25) | fn set_contents(&mut self, _: String) -> Result<()>; FILE: src/lib.rs type ClipboardContext (line 60) | pub type ClipboardContext = x11_clipboard::X11ClipboardContext; type ClipboardContext (line 62) | pub type ClipboardContext = windows_clipboard::WindowsClipboardContext; type ClipboardContext (line 64) | pub type ClipboardContext = osx_clipboard::OSXClipboardContext; type ClipboardContext (line 66) | pub type ClipboardContext = nop_clipboard::NopClipboardContext; type ClipboardContext (line 68) | pub type ClipboardContext = nop_clipboard::NopClipboardContext; type ClipboardContext (line 77) | pub type ClipboardContext = nop_clipboard::NopClipboardContext; FILE: src/nop_clipboard.rs type NopClipboardContext (line 17) | pub struct NopClipboardContext; method new (line 20) | pub fn new() -> Result { method get_contents (line 26) | fn get_contents(&mut self) -> Result { method set_contents (line 34) | fn set_contents(&mut self, _: String) -> Result<()> { FILE: src/osx_clipboard.rs type OSXClipboardContext (line 26) | pub struct OSXClipboardContext { method new (line 36) | pub fn new() -> Result { method get_contents (line 48) | fn get_contents(&mut self) -> Result { method set_contents (line 75) | fn set_contents(&mut self, data: String) -> Result<()> { FILE: src/wayland_clipboard.rs type Clipboard (line 22) | pub struct Clipboard { type Primary (line 26) | pub struct Primary { function create_clipboards_from_external (line 36) | pub unsafe fn create_clipboards_from_external(display: *mut c_void) -> (... method get_contents (line 43) | fn get_contents(&mut self) -> Result { method set_contents (line 47) | fn set_contents(&mut self, data: String) -> Result<()> { method get_contents (line 55) | fn get_contents(&mut self) -> Result { method set_contents (line 59) | fn set_contents(&mut self, data: String) -> Result<()> { FILE: src/windows_clipboard.rs type WindowsClipboardContext (line 19) | pub struct WindowsClipboardContext; method new (line 22) | pub fn new() -> Result { method get_contents (line 28) | fn get_contents(&mut self) -> Result { method set_contents (line 32) | fn set_contents(&mut self, data: String) -> Result<()> { FILE: src/x11_clipboard.rs type Selection (line 23) | pub trait Selection: Send { method atom (line 24) | fn atom(atoms: &Atoms) -> Atom; method atom (line 30) | fn atom(atoms: &Atoms) -> Atom { method atom (line 38) | fn atom(atoms: &Atoms) -> Atom { type Primary (line 27) | pub struct Primary; type Clipboard (line 35) | pub struct Clipboard; type X11ClipboardContext (line 43) | pub struct X11ClipboardContext(X11Clipboard, PhantomData) function new (line 51) | pub fn new() -> Result> { method get_contents (line 60) | fn get_contents(&mut self) -> Result { method set_contents (line 69) | fn set_contents(&mut self, data: String) -> Result<()> {